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

KindRightThese

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

Specifies These with a fixed left type as a Higher Kinded Type.

interface KindRightThese <E> extends Kind {
readonly kind: These<E, Out<this, 0>>;
}

§Type Parameters

§Extends

§Properties

§
readonly kind: These<E, Out<this, 0>>
[src]