This website works better with JavaScript
홈
탐색
도움말
로그인
SmartCost
/
javascript-package-template
원본 프로젝트 :
SmartCost/typescript-package-template
Watch
4
Star
0
포크
0
파일
트리:
79a8ec9996
브랜치
태그
master
javascript-p...
/
src
/
module-a
/
index.ts
index.ts
62 B
히스토리
Raw
1
2
3
export default function testA(): string {
return 'testA';
}