UNPKG

hel-tpl-remote-lib

Version:

基于[hel-micro](https://github.com/tnfe/hel)搭建的远程仓库模板库

6 lines (4 loc) 173 B
export function sayHelloToHel(from: string) { const yourRtxName = ''; // 此处改写为你的rtx名字 return `hello hel, I am ${yourRtxName}, I come from ${from}`; }