UNPKG

cjke-strings

Version:

a set of Chinese Japanese Korean and Emoji strings helpers

16 lines 813 B
export { emojiRegex } from "./base.js"; export { emojiRegexStarting } from "./base.js"; export { emojiSimpleRegex } from "./base.js"; export type { SupportInfo } from "./base.js"; export { supports } from "./base.js"; export { combiningCharactersRegex } from "./combiningCharacters.js"; export { isCombiningCharacters } from "./combiningCharacters.js"; export type { CodePointInfo } from "./firstCompleteChar.js"; export { readFirstCompleteChar } from "./firstCompleteChar.js"; export type { LimitResult } from "./limitWidth.js"; export { limitWidth } from "./limitWidth.js"; export { chunkText } from "./limitWidth.js"; export { boxText } from "./limitWidth.js"; export { unicodeEscape } from "./escapeUnicode.js"; export { stringWidth } from "./stringWidth.js"; //# sourceMappingURL=autoindex.generated.d.ts.map