UNPKG

type-plus

Version:
84 lines 5.97 kB
export type { AnyType, IsAny, IsNotAny, NotAnyType } from './any/any_type.js'; export type { At } from './array/array.at.js'; export type { FindLast } from './array/array.find_last.js'; export type { Some } from './array/array.some.js'; export type { Concat } from './array/array_plus.concat.js'; export * as ArrayPlus from './array/array_plus.js'; export type { ArrayType, IsArray, IsNotArray, NotArrayType } from './array/array_type.js'; export type { Filter, KeepMatch } from './array/filter.js'; export type { FindFirst } from './array/find_first.js'; export type { Head } from './array/head.js'; export type { IntersectOfProps, MapToProp } from './array/intersect_of_props.js'; export type { Last } from './array/last.js'; export { literalArray } from './array/literal_array.js'; export type { PadStart } from './array/pad_start.js'; export { reduceWhile } from './array/reduce_while.js'; export type { Reverse } from './array/reverse.js'; export type { PropUnion, UnionOfProps } from './array/union_of_props.js'; export type { UnionOfValues } from './array/union_of_values.js'; export { assertType } from './assertion/assert_type.js'; export type { BigintType, IsBigint, IsNotBigint, NotBigintType } from './bigint/bigint_type.js'; export type { StringToBigint } from './bigint/cast.js'; export type { IsNotStrictBigint, IsStrictBigint, NotStrictBigintType, StrictBigintType } from './bigint/strict_bigint_type.js'; export type { BooleanType, IsBoolean, IsNotBoolean, NotBooleanType } from './boolean/boolean_type.js'; export type { FalseType, IsFalse, IsNotFalse, NotFalseType } from './boolean/false_type.js'; export type { IsNotStrictBoolean, IsStrictBoolean, NotStrictBooleanType, StrictBooleanType } from './boolean/strict_boolean_type.js'; export type { IsNotTrue, IsTrue, NotTrueType, TrueType } from './boolean/true_type.js'; export * from './class/index.js'; export type { ComposableTypes, NonComposableTypes } from './composable_types.js'; export type { Equal, IsEqual, IsNotEqual, NotEqual } from './equal/equal.js'; export type { AnyFunction } from './function/any_function.js'; export * from './function/extract_function.js'; export type { FunctionType, IsFunction, IsNotFunction, NotFunctionType } from './function/function_type.js'; export type { IsNotStrictFunction, IsStrictFunction, NotStrictFunctionType, StrictFunctionType } from './function/strict_function_type.js'; export * from './functional/index.js'; export type { JSONArray, JSONObject, JSONPrimitive, JSONTypes } from './json.js'; export type { Abs, Add, Decrement, GreaterThan, Increment, Max, Multiply, Subtract } from './math/index.js'; export * as MathPlus from './math/math_plus.js'; export type { AnyOrNeverType, IsAnyOrNever } from './mix_types/any_or_never_type.js'; export type { IsNever, IsNotNever, Is_Never, NeverType, NotNeverType, Not_Never } from './never/never_type.js'; export * from './nodejs/index.js'; export * from './nominal/index.js'; export type { IsNotNull, IsNull, NotNullType, NullType } from './null/null_type.js'; export type { StringToNumber } from './number/cast.js'; export * as NumberPlus from './number/number_plus.js'; export type { IsNotNumber, IsNumber, NotNumberType, NumberType } from './number/number_type.js'; export type { IsNotStrictNumber, IsStrictNumber, NotStrictNumberType, StrictNumberType } from './number/strict_number_type.js'; export type { NumericToString, StringToNumeric } from './numeric/cast.js'; export type { Integer, IsInteger, IsNotInteger, IsWhole, NotInteger } from './numeric/integer.js'; export type { IsNegative, IsNotNegative, Negative, NotNegative } from './numeric/negative.js'; export * as NumericPlus from './numeric/numeric_plus.js'; export type { IsNotNumeric, IsNumeric, NotNumericType, Numeric, NumericType, Zero } from './numeric/numeric_type.js'; export type { IsNotPositive, IsPositive, NonPositive, Positive } from './numeric/positive.js'; export type { Required, RequiredExcept, RequiredPick } from './object/Required.js'; export * from './object/index.js'; export type { IsNotObject, IsObject, NotObjectType, ObjectType } from './object/object_type.js'; export * from './predicates/index.js'; export type { PrimitiveTypes } from './primitive.js'; export * from './promise/index.js'; export type { IsNotStrictString, IsStrictString, NotStrictStringType, StrictStringType } from './string/strict_string_type.js'; export type { StringIncludes, StringSplit } from './string/string.js'; export type { StringPlus } from './string/string_plus.js'; export type { IsNotString, IsString, NotStringType, StringType } from './string/string_type.js'; export type { IsNotSymbol, IsSymbol, NotSymbolType, SymbolType } from './symbol/symbol_type.js'; export * from './testing/stub.js'; export * from './testing/test_type.js'; export type { CommonKeys, CommonPropKeys } from './tuple/common_prop_keys.js'; export * from './tuple/create_tuple.js'; export { drop } from './tuple/drop.js'; export type { DropFirst, DropLast, DropMatch, DropNull, DropNullable, DropUndefined } from './tuple/drop.js'; export type { Tail } from './tuple/tail.js'; export * as TuplePlus from './tuple/tuple_plus.js'; export type { IsNotTuple, IsTuple, NotTupleType, TupleType } from './tuple/tuple_type.js'; export * from './type-guard/is_type.js'; export type { Failed, FailedT } from './type/failed.js'; export type { NoInfer } from './type/no_infer.js'; export type { IsNotUndefined, IsUndefined, NotUndefinedType, UndefinedType } from './undefined/undefined_type.js'; export type { IsUnion, UnionType } from './union/union.js'; export type { UnionKeys } from './union_keys.js'; export type { IsNotUnknown, IsUnknown, NotUnknownType, UnknownType } from './unknown/unknown_type.js'; export * from './unpartial.js'; export * from './utils/index.js'; export type { MergeOptions as MergeCases } from './utils/options.js'; export type { IsNotVoid, IsVoid, NotVoidType, VoidType } from './void/void_type.js'; //# sourceMappingURL=index.d.ts.map