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

Left

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

The Left type represents a complete failure with only a left value.

type Left<B> = E.Left<B>;

§Type Parameters

§Type