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

JoinTemplate

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

Join operation template

interface JoinTemplate {
append?: string;
prepend?: string;
type: "join";
}

§Properties

§
append?: string
[src]
§
prepend?: string
[src]
§
type: "join"
[src]