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.

7 lines 251 B
/** * Replace all special chracters with dash and lowercase * @param value string * @returns slug string that only contains lowercase letters and dash */ export declare function slugify(value: string): string; //# sourceMappingURL=slugify.d.ts.map