UNPKG

omnpm1

Version:
7 lines (5 loc) 90 B
// index.js function helloNPM() { return "Hello, NPM!"; } module.exports = helloNPM;