UNPKG

unnestcss

Version:
6 lines (5 loc) 347 B
export declare const charCodeAt: (value: string, index?: number) => number; export declare const charCodeFrom: (...codes: number[]) => string; export declare const charOr: (value: string, fallback: string) => string; export declare const hash: (value: string, length: number) => number; export declare const isHexChar: (value: string) => boolean;