パッケージ: node-sinclair-typebox (0.34.41-1)
node-sinclair-typebox に関するリンク
Debian の資源:
node-sinclair-typebox ソースパッケージをダウンロード:
- [node-sinclair-typebox_0.34.41-1.dsc]
- [node-sinclair-typebox_0.34.41.orig.tar.gz]
- [node-sinclair-typebox_0.34.41-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
試験的な (experimental の) パッケージ
警告: このパッケージは experimental ディストリビューションのものです。つまり、おそらく不安定でバグがあり、それどころかデータの損失を起こすかもしれません。使用前には、変更履歴やその他の参照可能なドキュメントを必ず調べてください。
JSON Schema Type Builder with Static Type Resolution for TypeScript
@sinclair/typeBox is a library that creates in-memory JSON Schema objects that can be statically inferred as TypeScript types. The schemas produced by this library are designed to match the static type checking rules of the TypeScript compiler. TypeBox allows one to create a unified type that can be both statically asserted by the TypeScript compiler and runtime asserted using standard JSON Schema validation.
@sinclair/typeBox can be used as a simple tool to build up complex schemas or integrated into RPC or REST services to help validate JSON data received over the wire. TypeBox does not provide any JSON schema validation. Please use libraries such as AJV to validate schemas built with this library.
