bahmutov / lazy-ass

Lazy node assertions without performance penalty
http://glebbahmutov.com/lazy-ass/
MIT License
69 stars 5 forks source link

Export commonjs module instead of registering as global #11

Closed bahmutov closed 8 years ago

bahmutov commented 8 years ago

Maybe provide a method to register as global on demand

var la = require('lazy-ass');
la.globalRegister();