UNPKG

superflected

Version:

A port of ActiveSupport's inflector to Node.js

5 lines (4 loc) 168 B
export declare const singularize: ((word: string, locale?: any) => string) & { cache: Map<string, string>; populate: (word: string, locale?: any) => string; };