UNPKG

superflected

Version:

A port of ActiveSupport's inflector to Node.js

5 lines (4 loc) 159 B
export declare const underscore: ((camelCasedWord: string) => string) & { cache: Map<string, string>; populate: (camelCasedWord: string) => string; };