UNPKG

str-indexes-of-plus

Version:

Like indexOf but returns array and counts per-grapheme

9 lines (7 loc) 187 B
declare const version: string; declare function strIndexesOfPlus( str: string, searchValue: string, fromIndex?: string | number, ): number[]; export { strIndexesOfPlus, version };