UNPKG
hel-tpl-remote-lib
Version:
latest (2.6.0)
2.6.0
2.5.0
2.4.0
2.3.0
2.2.2
2.2.1
2.2.0
2.1.2
2.1.1
2.0.2
2.0.1
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
基于[hel-micro](https://github.com/tnfe/hel)搭建的远程仓库模板库
hel-tpl-remote-lib
/
lib
/
utils
/
myMod.ts
6 lines
(4 loc)
•
173 B
text/typescript
View Raw
1
2
3
4
5
6
export
function
sayHelloToHel
(
from
: string
) {
const
yourRtxName =
''
;
// 此处改写为你的rtx名字
return
`hello hel, I am
${yourRtxName}
, I come from
${
from
}
`
; }