@dipscope/type-manager
Version:
Transform JSON strings or plain objects into JS class instances.
9 lines • 436 B
TypeScript
export * from './camel-case-naming-convention';
export * from './flat-case-naming-convention';
export * from './flat-upper-case-naming-convention';
export * from './kebab-case-naming-convention';
export * from './kebab-upper-case-naming-convention';
export * from './pascal-case-naming-convention';
export * from './snake-case-naming-convention';
export * from './snake-upper-case-naming-convention';
//# sourceMappingURL=index.d.ts.map