Files
eewing cf73cd3b4c INIT
2026-02-17 14:10:16 -06:00

8 lines
228 B
TypeScript

/**
* https://github.com/mathiasbynens/CSS.escape
*
* @param value - The value to escape for use as a CSS identifier
* @returns The escaped CSS identifier string
*/
export declare function cssEscape(value: string): string;