UNPKG

@puq/names

Version:

The library provides a useful function to create all casing variants of a given string value such as title-case, pascal-case, snake-case and so more.

8 lines 194 B
/** * Trim and replace all extra spaces with a single one * * @param name * @returns trimmed string */ export declare function trim(name: string): string; //# sourceMappingURL=trim.d.ts.map