UNPKG

tiinvo

Version:

A library of types and utilities for your TypeScript and JavaScript projects

23 lines (22 loc) 1.03 kB
import * as Arr from './Arr.js'; import * as Assert from './Assert.js'; import * as BigInt from './BigInt.js'; import * as Bool from './Bool.js'; import * as Catch from './Catch.js'; import * as DateRange from './DateRange.js'; import * as Fn from './Fn.js'; import * as Functors from './Functors.js'; import * as Num from './Num.js'; import * as Obj from './Obj.js'; import * as Option from './Option.js'; import * as Pipe from './Pipe.js'; import * as Predicate from './Predicate.js'; import * as Range from './Range.js'; import * as Result from './Result.js'; import * as Sequence from './Sequence.js'; import * as SortedSequence from './SortedSequence.js'; import * as Str from './Str.js'; import * as Tuple from './Tuple.js'; import * as TypedMap from './TypedMap.js'; import * as TypedSequence from './TypedSequence.js'; export { Arr, Assert, BigInt, Bool, Catch, DateRange, Fn, Functors, Num, Obj, Option as Opt, Option, Pipe, Predicate, Range, Result, Sequence, SortedSequence, Str, Tuple, TypedMap, TypedSequence, };