UNPKG
rn-gokul
Version:
latest (1.0.1)
1.0.1
1.0.0
Sample
github.com/gokulnath-t/rn-gokul
gokulnath-t/rn-gokul
rn-gokul
/
index.js
12 lines
(8 loc)
•
143 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
//index.js
function
helloNpm
(
) {
return
"hello NPM"
; }
function
helloRN
(
) {
return
"Welcome"
; }
module
.
exports
= { helloNpm, helloRN };