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

x/denodash/src/utils/identity.ts>identity

A utility library, similar to Underscore and Lodash, but written Typescript-First, designed for use in Deno
Latest
variable identity
import { identity } from "https://deno.land/x/denodash@0.1.3/src/utils/identity.ts";

type

<T>(x: T) => T