Skip to main content
Module

x/rambda/index.d.ts>IdentityFunction

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