Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rambda/rambda.js>IdentityFunction

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