.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / type-fest / ts41 / index.d.ts
1 // These are all the basic types that's compatible with all supported TypeScript versions.
2 export * from '../base';
3
4 // These are special types that require at least TypeScript 4.1.
5 export {CamelCase} from './camel-case';
6 export {KebabCase} from './kebab-case';
7 export {PascalCase} from './pascal-case';
8 export {SnakeCase} from './snake-case';
9 export {DelimiterCase} from './delimiter-case';