function _getGraphemeCountimport { _getGraphemeCount } from "https://deno.land/x/valibot@v1.0.0-beta.1-i18n/src/utils/index.ts"; _getGraphemeCount(input: string): numberReturns the grapheme count of the input. Parametersinput: stringThe input to be measured. ReturnsnumberThe grapheme count.