UNPKG

tiny-types

Version:

A tiny library that brings Tiny Types to JavaScript and TypeScript

9 lines (8 loc) 312 B
export * from './check'; export * from './ensure'; export * from './match'; export * from './objects/deprecated'; export * from './pattern-matching/PatternMatcher'; export * from './predicates'; export * from './TinyType'; export { JSONArray, JSONObject, JSONPrimitive, JSONValue, Serialisable } from './types';