@flex-development/tutils
Version:
TypeScript utilities
62 lines (61 loc) • 3.65 kB
text/typescript
/**
* @file Entry Point - Type Definitions
* @module tutils/types
*/
export type { default as ANY } from './any.mjs';
export type { default as Booleanish } from './booleanish.mjs';
export type { default as BuiltIn } from './built-in.mjs';
export type { default as ClassConstructor } from './class-constructor.mjs';
export type { default as ComparisonOperator } from './comparison-operator.mjs';
export type { default as ContinuousValue } from './continuous-value.mjs';
export type { default as DeepOmit } from './deep-omit.mjs';
export type { default as DeepPartial } from './deep-partial.mjs';
export type { default as DeepPick } from './deep-pick.mjs';
export type { default as DeepRequired } from './deep-required.mjs';
export type { default as DocumentPartial } from './document-partial.mjs';
export type { default as DUID } from './duid.mjs';
export type { default as EmptyString } from './empty-string.mjs';
export type { default as EmptyValue } from './empty-value.mjs';
export type { default as FIXME } from './fixme.mjs';
export type { default as IndexSignature } from './index-signature.mjs';
export type { default as Intersection } from './intersection.mjs';
export type { default as Join } from './join.mjs';
export type { default as JSONArray } from './json-array.mjs';
export type { default as JSONObject } from './json-object.mjs';
export type { default as JSONPrimitive } from './json-primitive.mjs';
export type { default as JSONValue } from './json-value.mjs';
export type { default as KeysOptional } from './keys-optional.mjs';
export type { default as KeysRequired } from './keys-required.mjs';
export type { default as NIL } from './nil.mjs';
export type { default as Nullable } from './nullable.mjs';
export type { default as NullishBoolean } from './nullish-boolean.mjs';
export type { default as NullishNumber } from './nullish-number.mjs';
export type { default as NullishString } from './nullish-string.mjs';
export type { default as NumberLike } from './number-like.mjs';
export type { default as NumberString } from './number-string.mjs';
export type { default as Numeric } from './numeric.mjs';
export type { default as ObjectEmpty } from './object-empty.mjs';
export type { default as ObjectPlain } from './object-plain.mjs';
export type { default as ObjectUnknown } from './object-unknown.mjs';
export type { default as OmitByType } from './omit-by-type.mjs';
export type { default as OneOrMany } from './one-or-many.mjs';
export type { default as OrDeepPartial } from './or-deep-partial.mjs';
export type { default as OrNever } from './or-never.mjs';
export type { default as OrNil } from './or-nil.mjs';
export type { default as OrNull } from './or-null.mjs';
export type { default as OrPartial } from './or-partial.mjs';
export type { default as OrPromise } from './or-promise.mjs';
export type { default as OrUndefined } from './or-undefined.mjs';
export type { default as Overwrite } from './overwrite.mjs';
export type { default as Path } from './path.mjs';
export type { default as PathN } from './path-n.mjs';
export type { default as PathNT } from './path-nt.mjs';
export type { default as PathValue } from './path-value.mjs';
export type { default as PickByType } from './pick-by-type.mjs';
export type { default as Primitive } from './primitive.mjs';
export type { default as RegexString } from './regex-string.mjs';
export type { default as Split } from './split.mjs';
export type { default as StringLike } from './string-like.mjs';
export type { default as TimestampUnix } from './timestamp-unix.mjs';
export type { default as UID } from './uid.mjs';
export type { default as Union } from './union.mjs';