UNPKG

superflected

Version:

A port of ActiveSupport's inflector to Node.js

5 lines (4 loc) 193 B
export declare const camelize: ((term: string, uppercaseFirstLetter?: any) => string) & { cache: Map<string, string>; populate: (term: string, uppercaseFirstLetter?: any) => string; };