Skip to content

Commit deb41d3

Browse files
committed
Added Usage to read me
1 parent 81a2fd3 commit deb41d3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@
22
Sometimes a library already handles its exports while hiding everything else. Since nothing is exposed, the last `module.exports = xxx` throws an exception.
33

44
This loader simply removes that last line
5+
6+
7+
**Usage**
8+
9+
``
10+
var X = require("no-export?./Main");
11+
``

0 commit comments

Comments
 (0)