UNPKG

hello-world-npm

Version:
6 lines (3 loc) 89 B
#!/usr/bin/env node var HelloWorldNPM = require('./lib/') console.log(HelloWorldNPM())