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

launch

import { launch } from "https://scrapbox.io/api/code/villagepump/personal-pin/mod.js";

ピン留め処理を開始する

const launch: (titles: Titles, option?: LaunchOptions) => {
(): void;
}
;