(str: string)
| 1 | export const isEmoji = (str: string) => |
| 2 | str.match(/^\p{Extended_Pictographic}$/u); |
| 3 | |
| 4 | export const isCircledLetter = (str: string) => str.match(/^[\u24B6-\u24E9]$/); |
nothing calls this directly
no outgoing calls
no test coverage detected