UNPKG

superflected

Version:

A port of ActiveSupport's inflector to Node.js

9 lines (8 loc) 285 B
export declare const humanize: ((lowerCaseAndUnderscoredWord: string, options?: { capitalize?: boolean; }) => string) & { cache: Map<string, string>; populate: (lowerCaseAndUnderscoredWord: string, options?: { capitalize?: boolean; } | undefined) => string; };