UNPKG

cjke-strings

Version:

a set of Chinese Japanese Korean and Emoji strings helpers

9 lines (6 loc) 273 B
import ansiRegexConstructor from 'ansi-regex'; import isFullwidthCodePoint from 'is-fullwidth-code-point'; /** @internal */ export const ansiRegexConstructorLibrary = ansiRegexConstructor; /** @internal */ export const isFullwidthCodePointLibrary = isFullwidthCodePoint;