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

isLightTheme

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

§Parameters

§
theme: string
[src]

§Return Type