UNPKG

cntstr

Version:

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

4 lines (3 loc) 61 B
export const countStr = (str) => { return str.length; };