UNPKG

rn-gokul

Version:
12 lines (8 loc) 143 B
//index.js function helloNpm() { return "hello NPM"; } function helloRN() { return "Welcome"; } module.exports = { helloNpm, helloRN };