UNPKG

unicode-segmenter

Version:

A lightweight implementation of the Unicode Text Segmentation (UAX #29)

21 lines (18 loc) 711 B
"use strict"; exports.consonant_ranges = void 0; var _core = require("./core.cjs"); // The following code was generated by "scripts/unicode.js", // DO NOT EDIT DIRECTLY. // // @ts-check /** * @typedef {import('./core.js').UnicodeRange} UnicodeRange * @typedef {import('./core.js').UnicodeDataEncoding} UnicodeDataEncoding */ /** * The Unicode `Indic_Conjunct_Break=Consonant` derived property table * * @type {UnicodeRange[]} */ const consonant_ranges = exports.consonant_ranges = (0, _core.decodeUnicodeData)(/** @type {UnicodeDataEncoding} */ '1sl,10,1ug,7,1vc,7,1w5,j,1wq,6,1wy,,1x2,3,1y4,1,1y7,,1yo,1,239,j,23u,6,242,1,245,4,261,,26t,j,27e,6,27m,1,27p,4,28s,1,28v,,29d,,2dx,j,2ei,f,2fs,2,2l1,11');