UNPKG

@stdlib/string-base-remove-first-grapheme-cluster

Version:

Remove the first grapheme cluster (i.e., user-perceived character) of a string.

3 lines 118 B
/// <reference path="../docs/types/index.d.ts" /> import removeFirst from '../docs/types/index'; export = removeFirst;