This commit is contained in:
syuilo
2018-09-02 21:50:57 +09:00
parent 050ed27e2b
commit 160ed4a191
7 changed files with 19 additions and 20 deletions

View File

@ -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;