UNPKG
saman-io
Version:
latest (1.0.1)
1.0.1
1.0.0
Sama Business Services Framework
github.com/samaq-ai/sbs
samaq-ai/sbs
saman-io
/
.npm-init.js
6 lines
(5 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= prompt(
"what's your favorite flavor of ice cream, buddy?"
,
"I LIKE THEM ALL"
);
module
.
exports
= { customField:
'Example custom field'
, otherCustomField:
'This example field is really cool'
}