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

Kind

import type { Kind } from "https://raw.githubusercontent.com/baetheus/fun/main/kind.ts";

Kind is an interface that can be extended to retrieve inner types using "this".

interface Kind extends Substitutions {
readonly kind?: unknown;
}

§Extends

§Properties

§
readonly kind?: unknown
[src]