some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / type-fest / index.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/type-fest/index.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/type-fest/index.d.ts
deleted file mode 100644 (file)
index 520df22..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-// 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';
-
-// Miscellaneous
-export {PackageJson} from './source/package-json';