UNPKG

@caidrive/shared

Version:

caidrive.shared.components

22 lines (21 loc) 342 B
/** * What it does. * * @param name - Parameter description. * @returns Type and description of the returned object. * * @example * ``` * Write me later. * ``` */ export declare class TextUtils { /** * */ static sanitize(text: string): string; /** * */ static capitalize(text: string): string; }