UNPKG

@dipscope/type-manager

Version:

Transform JSON strings or plain objects into JS class instances.

9 lines 434 B
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.js.map