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

Text

import type { Text } from "https://raw.githubusercontent.com/pillarjs/path-to-regexp/master/src/index.ts";

Plain text.

interface Text {
type: "text";
value: string;
}

§Properties

§
type: "text"
[src]
§
value: string
[src]