source: trip-planner-front/node_modules/type-fest/ts41/index.d.ts@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 419 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';
10export {Get} from './get';
Note: See TracBrowser for help on using the repository browser.