Skip to main content
Module

x/ramda/mod.ts>identity

:ram: Practical functional Javascript
Latest
variable identity
import { identity } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

A function that does nothing but return the parameter supplied to it. Good as a default or placeholder function.