Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

write_file

import { write_file } from "https://raw.githubusercontent.com/olaven/dio/master/mod.ts";

Writes to file

async function write_file(path: string, content: string);
§
write_file(path: string, content: string)
[src]

§Parameters

§
path: string
[src]
§
content: string
[src]