UNPKG

tiny-types

Version:

A tiny library that brings Tiny Types to JavaScript and TypeScript

26 lines (25 loc) 742 B
export * from './and'; export * from './endsWith'; export * from './hasLengthOf'; export * from './isArray'; export * from './isBoolean'; export * from './isDefined'; export * from './isEqualTo'; export * from './isFunction'; export * from './isGreaterThan'; export * from './isGreaterThanOrEqualTo'; export * from './isInRange'; export * from './isInstanceOf'; export * from './isInteger'; export * from './isLessThan'; export * from './isLessThanOrEqualTo'; export * from './isNotBlank'; export * from './isNumber'; export * from './isOneOf'; export * from './isPlainObject'; export * from './isString'; export * from './matches'; export * from './or'; export * from './Predicate'; export * from './property'; export * from './startsWith';