Newer
Older
vue-indexer / node_modules / chromium-bidi / lib / cjs / utils / GraphemeTools.d.ts
@eugene-sukhodolskiy eugene-sukhodolskiy on 24 Sep 334 bytes v1.0
/**
 * Check if the given string is a single complex grapheme. A complex grapheme is one that
 * is made up of multiple characters.
 */
export declare function isSingleComplexGrapheme(value: string): boolean;
/**
 * Check if the given string is a single grapheme.
 */
export declare function isSingleGrapheme(value: string): boolean;