We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rather than this: https://quickjs-ng.github.io/quickjs/stdlib we could ship a .d.ts TypeScript declarations file and use typedoc to render it, and add that as static assets to the docs. Sample typedoc: https://bettercallsaghul.com/txiki.js/api/modules/global.tjs.html
.d.ts
Then the types can be published to npm as @quickjs-ng/types
@quickjs-ng/types
The text was updated successfully, but these errors were encountered:
Good idea, +1
Sorry, something went wrong.
No branches or pull requests
Rather than this: https://quickjs-ng.github.io/quickjs/stdlib we could ship a
.d.ts
TypeScript declarations file and use typedoc to render it, and add that as static assets to the docs. Sample typedoc: https://bettercallsaghul.com/txiki.js/api/modules/global.tjs.htmlThen the types can be published to npm as
@quickjs-ng/types
The text was updated successfully, but these errors were encountered: