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