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

ShowableBoolean

import { ShowableBoolean } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/boolean.ts";

The canoncial implementation of Showable for boolean. It uses JSON.stringify to turn a boolean into a string. It contains the method show.

const ShowableBoolean: Showable<boolean>;