UNPKG

217 BJavaScriptView Raw
1/*!
2 * examples <https://github.com/jonschlinkert/examples>
3 *
4 * Copyright (c) 2014 Jon Schlinkert, contributors.
5 * Licensed under the MIT license.
6 */
7
8'use strict';
9
10module.exports = function () {
11 // do stuff
12};
\No newline at end of file