Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
variable generateDictionaryFile
import { generateDictionaryFile } from "https://deno.land/x/bid@v1.0.3/core/build.ts";

ユーザー辞書ファイルの生成

type

(
data: string,
path: string,
imeType: ImeType,
) => unknown