minimal adjustments
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @eslint / eslintrc / 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
19 // Miscellaneous
20 export {PackageJson} from './source/package-json';