Skip to main content
Module

std/node/_fs/promises/mod.ts>writeFile

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function writeFile
import { writeFile } from "https://deno.land/std@0.85.0/node/_fs/promises/mod.ts";

Parameters

pathOrRid: string | number | URL
data: string | Uint8Array
optional
options: Encodings | WriteFileOptions

Returns

Promise<void>