/** * replace capitals with space + lower case equivalent for later parsing */ export declare function kebabCase(str: string): string; //# sourceMappingURL=kebab-case.function.d.ts.map