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

check

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

手動で更新を確認する。更新があればDBに反映する。

const check: (projects: readonly string[], updateInterval: number) => Promise<Source[]>;