UNPKG

superflected

Version:

A port of ActiveSupport's inflector to Node.js

2 lines (1 loc) 100 B
export declare function applyInflections(word: string, rules: [RegExp | string, string][]): string;