UNPKG
lurk
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Build web applications with C++
github.com/hooddanielc/lurk
hooddanielc/lurk
lurk
/
index.js
5 lines
•
109 B
JavaScript
View Raw
1
2
3
4
5
module
.
exports
= {
hello
:
function
(
) {
console
.
log
(
'TODO: programmatic interface comming soon'
); } }