UNPKG

cjke-strings

Version:

a set of Chinese Japanese Korean and Emoji strings helpers

8 lines (6 loc) 270 B
import emojiRegexConstructorType from 'emoji-regex'; const emojiRegexConstructorAny: any = (emojiRegexConstructorType as any).default || emojiRegexConstructorType; /** @internal */ export function emojiRegexConstructor(): RegExp { return emojiRegexConstructorAny(); }