source: node_modules/type-fest/ts41/index.d.ts

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 16 months ago

Initial commit

  • Property mode set to 100644
File size: 392 bytes
Line 
1// These are all the basic types that's compatible with all supported TypeScript versions.
2export * from '../base';
3
4// These are special types that require at least TypeScript 4.1.
5export {CamelCase} from './camel-case';
6export {KebabCase} from './kebab-case';
7export {PascalCase} from './pascal-case';
8export {SnakeCase} from './snake-case';
9export {DelimiterCase} from './delimiter-case';
Note: See TracBrowser for help on using the repository browser.