Skip to main content
Module

x/hkts/identity.ts>Identity

Functional programming tools: option, either, task, state, optics, etc.
Latest
type alias Identity
import { type Identity } from "https://deno.land/x/hkts@v0.0.52/identity.ts";

Identity

The identity type returns exactly the type that is passed into it.


definition: A