UNPKG
taiekit
Version:
latest (0.0.1)
0.0.1
Save your life when using Tai-e
github.com/yjl9903/Tai-e-Kit
yjl9903/Tai-e-Kit
taiekit
/
dist
/
index.cjs
8 lines
(5 loc)
•
78 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
function
hello
(
) {
return
"world"
; }
exports
.
hello
= hello;