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

Cli

import type { Cli } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.3/userscript.ts";

Command Line記法

interface Cli {
command: string;
prefix: "$" | "%";
}

§Properties

§
command: string
[src]

Command Line本文

§
prefix: "$" | "%"
[src]