UNPKG
yasly
Version:
latest (0.1.0)
0.1.0
Yet another Smart TVs library
github.com/Ucorp/yasly
Ucorp/yasly
yasly
/
lib
/
index.js
4 lines
(3 loc)
•
81 B
JavaScript
View Raw
1
2
3
4
module
.
exports
=
function
hello
(
) {
console
.
log
(
'Hello from node module!'
); };