Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@dflipse/schematic

delanoflipse28MIT0.1.4TypeScript support: included

Another mico type-checking library.

readme

@dflipse/schematics

A microlibrary for recursive typechecking, validation and casting.

ToDo

  • <input checked="" disabled="" type="checkbox"> Basic typechecking
  • <input disabled="" type="checkbox"> Better typechecking errors
  • <input disabled="" type="checkbox"> Support for complete typechecking
  • <input disabled="" type="checkbox"> Basic validation (email/numbers/etc)
  • <input disabled="" type="checkbox"> Casting ('123' -> 123 for number)