UNPKG

superflected

Version:

A port of ActiveSupport's inflector to Node.js

5 lines (4 loc) 140 B
export declare const constantify: ((word: string) => string) & { cache: Map<string, string>; populate: (word: string) => string; };