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

isDarkTheme

import { isDarkTheme } from "https://raw.githubusercontent.com/takker99/ScrapBubble/0.4.0/deps/scrapbox.ts";
function isDarkTheme(theme: string): theme is DarkTheme;
§
isDarkTheme(theme: string): theme is DarkTheme
[src]

§Parameters

§
theme: string
[src]

§Return Type