Sha256: 3afed5176dbb8e33d3366dff69f6fb0948b6849e0d2b53f6d61f41357cd617a3

Contents?: true

Size: 1.68 KB

Versions: 33

Compression:

Stored size: 1.68 KB

Contents

// Types that are compatible with all supported TypeScript versions.
// It's shared between all TypeScript version-specific definitions.

// Basic
export * from './source/basic';

// Utilities
export {Except} from './source/except';
export {Mutable} from './source/mutable';
export {Merge} from './source/merge';
export {MergeExclusive} from './source/merge-exclusive';
export {RequireAtLeastOne} from './source/require-at-least-one';
export {RequireExactlyOne} from './source/require-exactly-one';
export {PartialDeep} from './source/partial-deep';
export {ReadonlyDeep} from './source/readonly-deep';
export {LiteralUnion} from './source/literal-union';
export {Promisable} from './source/promisable';
export {Opaque} from './source/opaque';
export {SetOptional} from './source/set-optional';
export {SetRequired} from './source/set-required';
export {ValueOf} from './source/value-of';
export {PromiseValue} from './source/promise-value';
export {AsyncReturnType} from './source/async-return-type';
export {ConditionalExcept} from './source/conditional-except';
export {ConditionalKeys} from './source/conditional-keys';
export {ConditionalPick} from './source/conditional-pick';
export {UnionToIntersection} from './source/union-to-intersection';
export {Stringified} from './source/stringified';
export {FixedLengthArray} from './source/fixed-length-array';
export {IterableElement} from './source/iterable-element';
export {Entry} from './source/entry';
export {Entries} from './source/entries';
export {SetReturnType} from './source/set-return-type';
export {Asyncify} from './source/asyncify';

// Miscellaneous
export {PackageJson} from './source/package-json';
export {TsConfigJson} from './source/tsconfig-json';

Version data entries

33 entries across 33 versions & 2 rubygems

Version Path
immosquare-cleaner-0.1.32 node_modules/type-fest/base.d.ts
immosquare-cleaner-0.1.31 node_modules/type-fest/base.d.ts
immosquare-cleaner-0.1.30 node_modules/type-fest/base.d.ts
immosquare-cleaner-0.1.29 node_modules/type-fest/base.d.ts
immosquare-cleaner-0.1.28 node_modules/type-fest/base.d.ts
immosquare-cleaner-0.1.27 node_modules/type-fest/base.d.ts
immosquare-cleaner-0.1.26 node_modules/type-fest/base.d.ts
immosquare-cleaner-0.1.25 node_modules/type-fest/base.d.ts
immosquare-cleaner-0.1.24 node_modules/type-fest/base.d.ts
immosquare-cleaner-0.1.23 node_modules/type-fest/base.d.ts
immosquare-cleaner-0.1.22 node_modules/type-fest/base.d.ts
immosquare-cleaner-0.1.21 node_modules/type-fest/base.d.ts
immosquare-cleaner-0.1.20 node_modules/type-fest/base.d.ts
immosquare-cleaner-0.1.19 node_modules/type-fest/base.d.ts
immosquare-cleaner-0.1.18 node_modules/type-fest/base.d.ts
immosquare-cleaner-0.1.17 node_modules/type-fest/base.d.ts
immosquare-cleaner-0.1.16 node_modules/type-fest/base.d.ts
immosquare-cleaner-0.1.14 node_modules/type-fest/base.d.ts
immosquare-cleaner-0.1.13 node_modules/type-fest/base.d.ts
immosquare-cleaner-0.1.12 node_modules/type-fest/base.d.ts