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

WriteFile

import type { WriteFile } from "https://googleapis.deno.dev/v1/dataform:v1beta1.ts";

Represents the write file operation (for files added or modified).

interface WriteFile {
contents?: Uint8Array;
}

§Properties

§
contents?: Uint8Array
[src]

The file's contents.