Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function writeFile
Re-export
import { writeFile } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/node/fs.ts";

Parameters

pathOrRid: string | number
data: string | Uint8Array
optOrCallback:
| string
| CallbackWithError
| WriteFileOptions
| undefined
optional
callback: CallbackWithError