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) 256 B
/** * Exports for function predicate operations, enums, and types. * * @module predicates/functions */ export * from './functionArity.js'; export * from './functionName.js'; export * from './functionNamePattern.js'; export * from './functionState.js';