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

setDebugMode

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

cache周りのdebug出力の有効・無効の切り替えを行う

const setDebugMode: (mode: boolean | Iterable<string>) => void;