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>;