index.js 123 B

1234
  1. // Check it is possible to load and run the exported members
  2. var nr = require('..') ;
  3. nr.$asyncbind() ;
  4. nr.$asyncspawn() ;