predictype
Version:
PredicType is a library of pre-built and tested predicates for TypeScript, covering various data types and operations.
13 lines (12 loc) • 355 B
TypeScript
export * from './arrays.js';
export * from './bigints.js';
export * from './booleans.js';
export * from './dates.js';
export * from './functions.js';
export * from './maps.js';
export * from './numbers.js';
export * from './objects.js';
export * from './promises.js';
export * from './sets.js';
export * from './strings.js';
export * from './symbols.js';