A TypeSpec emitter for
fast-check
arbitraries.
$ npm i typespec-fast-check
Via the command line:
tsp compile . --emit=typespec-fast-check
Via 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.
See openai/arbitraries.js
, which was
generated from the TypeSpec files in Brian Terlson's
openai-in-typespec
repository.
Stars are always welcome!
For bugs and feature requests, please create an issue.