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

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

type

(
data: string,
path: string,
encode: Encoding,
bom: boolean,
) => unknown