Skip to main content
Module

x/ramda/source/identity.js

:ram: Practical functional Javascript
Latest
import * as ramda from "https://deno.land/x/ramda@v0.27.2/source/identity.js";

Variables

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