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

load

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

リンクデータをDBから取得する。データの更新は行わない。

const load: (projects: readonly string[]) => Promise<Source[]>;