UNPKG

cntstr

Version:

A utility to count the number of characters in a given string

2 lines (1 loc) 56 B
export declare const countStr: (str: string) => number;