UNPKG

nukak

Version:

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

4 lines (3 loc) 172 B
export declare function kebabCase(val: string): string; export declare function upperFirst(text: string): string; export declare function lowerFirst(text: string): string;