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

JoinOptions

import type { JoinOptions } from "https://raw.githubusercontent.com/marigold-dev/tzstamp/0.3.4/proof/mod.ts";

Join operation constructor options

interface JoinOptions {
append?: Uint8Array;
prepend?: Uint8Array;
}

§Properties

§
append?: Uint8Array
[src]
§
prepend?: Uint8Array
[src]