Skip to main content
Module

x/ramda/source/index.js>identity

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

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