@n0safe/indirectus
Version:
Directus Tools CLI.
8 lines • 465 B
TypeScript
import type { TemplateContext } from "../../../types/template";
export declare function to_singular(context: TemplateContext, value: any): any;
export declare const singularize: typeof to_singular;
export declare const singular: typeof to_singular;
export declare function to_plural(context: TemplateContext, value: any): any;
export declare const pluralize: typeof to_plural;
export declare const plural: typeof to_plural;
//# sourceMappingURL=inflections.d.ts.map