UNPKG

tiny-types

Version:

A tiny library that brings Tiny Types to JavaScript and TypeScript

7 lines (6 loc) 228 B
export * from './MatcherRule'; export * from './MatchesAnything'; export * from './MatchesEqualTinyType'; export * from './MatchesIdentical'; export * from './MatchesObjectsWithCommonPrototype'; export * from './MatchesRegExp';