JSPM

  • Created
  • Published
  • Downloads 1413
  • Score
    100M100P100Q87202F
  • License MIT

Superfast runtime validators with only one line

Package Exports

  • @typia/core
  • @typia/core/package.json

Readme

@typia/core

Typia Logo

GitHub license NPM Version NPM Downloads Build Status Guide Documents Gurubase Discord Badge

Core compile-time code generation logic for typia.

This is an internal package of typia. You don't need to install it directly — it is automatically included as a dependency of typia.

Key Modules

Module Description
programmers/ Code generators for assert, is, validate, random, and more
factories/ AST node factory functions for TypeScript code generation
schemas/ Metadata and Protocol Buffer schema analyzers
context/ Transformer context management (ITypiaContext, ITransformOptions)