An open API service indexing awesome lists of open source software.

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.

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
```