Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/bid/core/build.ts>writeFile

build IME dictionary
Go to Latest
variable writeFile
import { writeFile } from "https://deno.land/x/bid@v0.3.2/core/build.ts";

非同期にファイル作成を行なう

type

(
rawdata: string,
file: string,
encode: Encoding,
bom: boolean,
) => Promise<void>