Skip to main content
Module

std/node/fs.ts>writeFile

Deno standard library
Go to Latest
function writeFile
Re-export
import { writeFile } from "https://deno.land/std@0.166.0/node/fs.ts";

Parameters

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