typespec-fast-check
v0.2.1
Published
A TypeSpec emitter for fast-check arbitraries.
Maintainers
Readme
Install
$ npm i typespec-fast-checkUsage
Via the command line:
tsp compile . --emit=typespec-fast-checkVia the config:
emit:
- 'typespec-fast-check'See the TypeSpec documentation for more information.
[!NOTE]
This package doesn't support all TypeSpec features yet. See the open issues for what's planned.
Examples
See openai-arbitraries.js which was
generated from the TypeSpec files in Brian Terlson's
openai-in-typespec
repository.
Contributing
Stars are always welcome!
For bugs and feature requests, please create an issue.
