source: imaps-frontend/node_modules/type-fest/base.d.ts

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 1.7 KB
Line 
1// Types that are compatible with all supported TypeScript versions.
2// It's shared between all TypeScript version-specific definitions.
3
4// Basic
5export * from './source/basic';
6
7// Utilities
8export {Except} from './source/except';
9export {Mutable} from './source/mutable';
10export {Merge} from './source/merge';
11export {MergeExclusive} from './source/merge-exclusive';
12export {RequireAtLeastOne} from './source/require-at-least-one';
13export {RequireExactlyOne} from './source/require-exactly-one';
14export {PartialDeep} from './source/partial-deep';
15export {ReadonlyDeep} from './source/readonly-deep';
16export {LiteralUnion} from './source/literal-union';
17export {Promisable} from './source/promisable';
18export {Opaque} from './source/opaque';
19export {SetOptional} from './source/set-optional';
20export {SetRequired} from './source/set-required';
21export {ValueOf} from './source/value-of';
22export {PromiseValue} from './source/promise-value';
23export {AsyncReturnType} from './source/async-return-type';
24export {ConditionalExcept} from './source/conditional-except';
25export {ConditionalKeys} from './source/conditional-keys';
26export {ConditionalPick} from './source/conditional-pick';
27export {UnionToIntersection} from './source/union-to-intersection';
28export {Stringified} from './source/stringified';
29export {FixedLengthArray} from './source/fixed-length-array';
30export {IterableElement} from './source/iterable-element';
31export {Entry} from './source/entry';
32export {Entries} from './source/entries';
33export {SetReturnType} from './source/set-return-type';
34export {Asyncify} from './source/asyncify';
35
36// Miscellaneous
37export {PackageJson} from './source/package-json';
38export {TsConfigJson} from './source/tsconfig-json';
Note: See TracBrowser for help on using the repository browser.