UNPKG

nukak

Version:

flexible and efficient ORM, with declarative JSON syntax and smart type-safety

5 lines (4 loc) 228 B
export declare function kebabCase(val: string): string; export declare function upperFirst(text: string): string; export declare function lowerFirst(text: string): string; export declare function snakeCase(val: string): string;