UNPKG
native-npm-package
Version:
latest (1.0.0)
1.0.0
To Create Something Beautiful
native-npm-package
/
index.js
5 lines
(4 loc)
•
89 B
JavaScript
View Raw
1
2
3
4
5
const
nativeCall
=
(str)=>{
return
str ===
"YES"
; }
module
.
exports
= nativeCall;