UNPKG

cjke-strings

Version:

a set of Chinese Japanese Korean and Emoji strings helpers

32 lines 986 B
// 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 { supports } from "./base.js"; /* combiningCharacters.ts */ // Identifiers export { combiningCharactersRegex } from "./combiningCharacters.js"; export { isCombiningCharacters } from "./combiningCharacters.js"; export { readFirstCompleteChar } from "./firstCompleteChar.js"; export { limitWidth } from "./limitWidth.js"; export { chunkText } from "./limitWidth.js"; export { boxText } from "./limitWidth.js"; /* escapeUnicode.ts */ // Identifiers export { unicodeEscape } from "./escapeUnicode.js"; /* stringWidth.ts */ // Identifiers export { stringWidth } from "./stringWidth.js"; /* autoindex.generated.ts */ // Identifiers /* test.ts */ // Identifiers //# sourceMappingURL=autoindex.js.map