import * as deno from "https://deno.land/x/deno@v0.30.0/cli/js/write_file.ts";
Functions
Write a new file, with given filename and data. | |
Write a new file, with given filename and data synchronously. |
Interfaces
Options for writing to a file.
|
import * as deno from "https://deno.land/x/deno@v0.30.0/cli/js/write_file.ts";
Write a new file, with given filename and data. | |
Write a new file, with given filename and data synchronously. |
Options for writing to a file.
|