/typeonly

Parses typing definitions from TypeScript and brings them at runtime.

Primary LanguageTypeScriptCreative Commons Zero v1.0 UniversalCC0-1.0

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.