UNPKG

405 BTypeScriptView Raw
1/**
2 * @author: JP Lew (jp@cto.ai)
3 * @date: Monday, 29th April 2019 5:55:21 pm
4 * @lastModifiedBy: JP Lew (jp@cto.ai)
5 * @lastModifiedTime: Friday, 13th September 2019 1:13:02 pm
6 * @copyright (c) 2019 CTO.ai
7 */
8export declare const titleCase: (str: string) => string;
9export declare const pluralize: (str: string) => string;
10export declare const appendSuffix: (name: string, suffix: string) => string;