mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-08-06 01:13:56 +09:00
Refactor
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { hiraganaToKatagana, zenkakuToHankaku, hankakuToZenkaku } from './japanese';
|
||||
import { hiraganaToKatagana, hankakuToZenkaku } from './japanese';
|
||||
|
||||
export default function(text: string, words: string[]): boolean {
|
||||
if (text == null) return false;
|
||||
|
Reference in New Issue
Block a user