https://github.com/stellartux/quickjs-types
Permissively licensed Typescript declarations for the QuickJS runtime.
https://github.com/stellartux/quickjs-types
javascript quickjs typescript typescript-definitions
Last synced: 12 months ago
JSON representation
Permissively licensed Typescript declarations for the QuickJS runtime.
- Host: GitHub
- URL: https://github.com/stellartux/quickjs-types
- Owner: stellartux
- License: unlicense
- Created: 2022-11-20T16:12:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T20:27:53.000Z (about 2 years ago)
- Last Synced: 2025-01-10T21:15:52.858Z (about 1 year ago)
- Topics: javascript, quickjs, typescript, typescript-definitions
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# QuickJS Types
Permissively licensed Typescript declarations for the QuickJS runtime.
Add to your project with
```sh
curl https://raw.githubusercontent.com/stellartux/quickjs-types/master/index.d.ts -o types/quickjs/index.d.ts
```
Or as a submodule
```sh
git submodule add https://github.com/stellartux/quickjs-types.git types
```