UNPKG

cjke-strings

Version:

a set of Chinese Japanese Korean and Emoji strings helpers

39 lines (38 loc) 1.2 kB
// DO NOT EDIT THIS FILE // @ts-ignore /* eslint-disable */ /* rollup.ts */ // Identifiers /* shim.lib.ts */ // Identifiers /* base.ts */ // Identifiers 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"; /* combiningCharacters.ts */ // Identifiers export { combiningCharactersRegex } from "./combiningCharacters.js"; export { isCombiningCharacters } from "./combiningCharacters.js"; /* firstCompleteChar.ts */ // Identifiers export type { CodePointInfo } from "./firstCompleteChar.js"; export { readFirstCompleteChar } from "./firstCompleteChar.js"; /* limitWidth.ts */ // Identifiers export type { LimitResult } from "./limitWidth.js"; export { limitWidth } from "./limitWidth.js"; export { chunkText } from "./limitWidth.js"; export { boxText } from "./limitWidth.js"; /* autoindex.ts */ // Identifiers /* escapeUnicode.ts */ // Identifiers export { unicodeEscape } from "./escapeUnicode.js"; /* stringWidth.ts */ // Identifiers export { stringWidth } from "./stringWidth.js"; /* test.ts */ // Identifiers