minor adjustment to readme
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / ansi-escapes / node_modules / type-fest / index.d.ts
1 // Basic
2 export * from './source/basic';
3
4 // Utilities
5 export {Except} from './source/except';
6 export {Mutable} from './source/mutable';
7 export {Merge} from './source/merge';
8 export {MergeExclusive} from './source/merge-exclusive';
9 export {RequireAtLeastOne} from './source/require-at-least-one';
10 export {RequireExactlyOne} from './source/require-exactly-one';
11 export {PartialDeep} from './source/partial-deep';
12 export {ReadonlyDeep} from './source/readonly-deep';
13 export {LiteralUnion} from './source/literal-union';
14 export {Promisable} from './source/promisable';
15 export {Opaque} from './source/opaque';
16 export {SetOptional} from './source/set-optional';
17 export {SetRequired} from './source/set-required';
18 export {PromiseValue} from './source/promise-value';
19 export {AsyncReturnType} from './source/async-return-type';
20 export {ConditionalExcept} from './source/conditional-except';
21 export {ConditionalKeys} from './source/conditional-keys';
22 export {ConditionalPick} from './source/conditional-pick';
23
24 // Miscellaneous
25 export {PackageJson} from './source/package-json';
26 export {TsConfigJson} from './source/tsconfig-json';