This website works better with JavaScript
首頁
探索
說明
登入
SmartCost
/
javascript-package-template
派生自
SmartCost/typescript-package-template
關註
4
讚好
0
複刻
0
Files
目錄樹:
79a8ec9996
分支列表
標籤列表
master
javascript-p...
/
src
/
module-a
/
index.ts
index.ts
62 B
文件歷史
原始文件
1
2
3
export default function testA(): string {
return 'testA';
}