UNPKG

type-plus

Version:
24 lines 1.03 kB
export * as ArrayPlus from './array/array_plus.js'; export { literalArray } from './array/literal_array.js'; export { reduceWhile } from './array/reduce_while.js'; export { assertType } from './assertion/assert_type.js'; export * from './class/index.js'; export * from './function/extract_function.js'; export * from './functional/index.js'; export * as MathPlus from './math/math_plus.js'; export * from './nodejs/index.js'; export * from './nominal/index.js'; export * as NumberPlus from './number/number_plus.js'; export * as NumericPlus from './numeric/numeric_plus.js'; export * from './object/index.js'; export * from './predicates/index.js'; export * from './promise/index.js'; export * from './testing/stub.js'; export * from './testing/test_type.js'; export * from './tuple/create_tuple.js'; export { drop } from './tuple/drop.js'; export * as TuplePlus from './tuple/tuple_plus.js'; export * from './type-guard/is_type.js'; export * from './unpartial.js'; export * from './utils/index.js'; //# sourceMappingURL=index.js.map