This website works better with JavaScript
首页
发现
帮助
登录
SmartCost
/
javascript-package-template
派生自
SmartCost/typescript-package-template
关注
4
点赞
0
派生
0
文件
目录树:
79a8ec9996
分支列表
标签列表
master
javascript-p...
/
src
/
module-a
/
index.ts
index.ts
62 B
文件历史
原始文件
1
2
3
export default function testA(): string {
return 'testA';
}