We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bee1db commit 5481a49Copy full SHA for 5481a49
src/utils.ts
@@ -12,7 +12,7 @@ export function isAlpha(char: string): boolean {
12
}
13
14
export function isUnicode(char: string): boolean {
15
- return UNICODE.test(s);
+ return UNICODE.test(char);
16
17
18
export function preprocessInput(input: string): string {
0 commit comments