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

subscribe

import { subscribe } from "https://raw.githubusercontent.com/takker99/scrapbox-storage/0.1.3/mod.ts";

リンクデータの更新を購読する

const subscribe: (projects: readonly string[], listener: Listener) => () => void;