UNPKG
sapien.ml
Version:
latest (0.0.1-devl)
0.0.1-devl
0.0.0
The Missing AI / ML Library for JavaScript.
github.com/DakshMiglani/Sapien.ML
DakshMiglani/Sapien.ML
sapien.ml
/
src
/
index.js
5 lines
(4 loc)
•
61 B
JavaScript
View Raw
1
2
3
4
5
function
hello
()
{
return
'hello'
}
module
.
exports
= hello;