UNPKG

locutus

Version:

Locutus other languages' standard libraries to JavaScript for fun and educational purposes

4 lines (3 loc) 144 B
export declare function count_chars(str: string | number | boolean | null | undefined, mode?: number): { [key: string]: number; } | string;