UNPKG

260 BMarkdownView Raw
1# expose loader for webpack
2
3## Usage
4
5``` javascript
6require("expose?library!./file.js");
7// exposes the exports for file.js to the global context
8// on property "library".
9```
10
11## License
12
13MIT (http://www.opensource.org/licenses/mit-license.php)
\No newline at end of file