タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

TypeScriptとvalidationに関するjay-esのブックマーク (1)

  • Home

    typia is a transformer library converting TypeScript types to runtime function. If you call one of the typia function, it would be compiled like below. This is the key concept of typia, transforming TypeScript type to a runtime function. The typia.is<T>() function is transformed to a dedicated type checker by analyzing the target type T in the compilation level. This feature enables developers to

    Home
    jay-es
    jay-es 2024/06/05
    バリデーションライブラリ。Zod などと異なり、スキーマを型で指定してコードを生成する。JSON 関連の操作はネイティブより高速
  • 1