UNPKG

superflected

Version:

A port of ActiveSupport's inflector to Node.js

5 lines (4 loc) 147 B
export declare const classify: ((tableName: string) => string) & { cache: Map<string, string>; populate: (tableName: string) => string; };