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.
|
---|
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';
|
---|
Note:
See
TracBrowser
for help on using the repository browser.