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/ScrapBubble/0.4.0/App.tsx";

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

defaultでfalse

const setDebugMode: (enable: boolean) => void;