UNPKG

predictype

Version:

PredicType is a library of pre-built and tested predicates for TypeScript, covering various data types and operations.

11 lines (10 loc) 249 B
/** * Exports for map predicate operations, enums, and types. * * @module predicates/maps */ export * from './mapEntry.js'; export * from './mapKey.js'; export * from './mapSize.js'; export * from './mapState.js'; export * from './mapValue.js';