https://github.com/pirosikick/clutz-example
Clutz の利用例
https://github.com/pirosikick/clutz-example
Last synced: 3 months ago
JSON representation
Clutz の利用例
- Host: GitHub
- URL: https://github.com/pirosikick/clutz-example
- Owner: pirosikick
- License: mit
- Created: 2020-04-30T00:19:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:40:11.000Z (over 2 years ago)
- Last Synced: 2025-02-26T15:54:16.627Z (4 months ago)
- Language: JavaScript
- Size: 991 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clutz-example
Clutz の利用例
- Closure Tools で記述されているコード(`src/closure/hello.js`)を、TypeScript のコード(`src/ts/index.ts`)から呼び出す
- Clutz で hello.js の型を出力しているので、型の恩恵を受けることができる
- `npm run clutz`
- 出力された型:[@types/closure.d.ts](%40types/closure.d.ts)```console
$ npm ci# http://localhost:5000 で起動します
$ npm start
```