UNPKG

custom-automapper

Version:

A powerful, type-safe object mapping library for TypeScript and NestJS

2 lines 257 B
export declare function convertNamingConvention(propertyName: string, from: 'camelCase' | 'snake_case' | 'PascalCase' | 'kebab-case', to: 'camelCase' | 'snake_case' | 'PascalCase' | 'kebab-case'): string; //# sourceMappingURL=naming-convention.util.d.ts.map