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

isTheme

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

§Parameters

§
theme: string
[src]

§Return Type

§
theme is Theme
[src]