@typeonly/checker

Renamed to @typeonly/validator.


License
CC0-1.0
Install
npm install @typeonly/checker@0.3.5

Documentation

Monorepo for TypeOnly

Build Status

TypeOnly aims to be the pure typing part of TypeScript.

Projects

  • typeonly: Parses types and interfaces from TypeScript and stores them as JSON files;
  • @typeonly/loader: Brings types and interfaces from TypeScript at runtime;
  • @typeonly/validator: An API to validate JSON data or JavaScript objects, using TypeScript typing definitions;
  • @typeonly/validator-cli: A CLI to validate JSON files, using TypeScript typing definitions.