UNPKG

predictype

Version:

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

10 lines (9 loc) 229 B
/** * Exports all bigint predicate functions and enums. * * @module bigints */ export * from './bigintComparison.js'; export * from './bigintMembership.js'; export * from './bigintRange.js'; export * from './bigintState.js';