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

KindSyncRight

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

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

interface KindSyncRight <B> extends Kind {
readonly kind: SyncEither<B, Out<this, 0>>;
}

§Type Parameters

§Extends

§Properties

§
readonly kind: SyncEither<B, Out<this, 0>>
[src]