Skip to main content
Module

x/rambda/mod.ts>IdentityFunction

Faster and smaller alternative to Ramda
Latest
type alias IdentityFunction
import { type IdentityFunction } from "https://deno.land/x/rambda@9.3.0/mod.ts";
definition: (x: T) => T