UNPKG

unicode-segmenter

Version:

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

7 lines (5 loc) 131 B
// @ts-check export * from './general.js'; export * from './emoji.js'; export * from './grapheme.js'; export * from './utils.js';