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

StrongIcon

import type { StrongIcon } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.1.2/mod.ts";
type StrongIcon = IconBase & {
type: "strong-icon";
}
;

§Type

§
IconBase & {
type: "strong-icon";
}
[src]