Skip to main content
Module

x/bid/deps.ts>writeFile

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

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

type

(rawdata: string, file: string) => Promise<void>