koconut
Version:
Provide interchainable array, set, map and etc supporting both normal and async callbacks as their action arguments.
19 lines (18 loc) • 394 B
TypeScript
export {
Entry,
KoconutEntry,
Pair,
KoconutPair,
KoconutBoolean,
KoconutArray,
KoconutSet,
KoconutMap,
KoconutConflictException,
KoconutNoSuchElementException,
KoconutInvalidArgumentException,
KoconutIndexOutOfBoundsException,
KoconutLocale,
KoconutLoopSignal,
KoconutOption,
} from './module';
export type { KoconutComparable, KoconutEquatable } from './module';