Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/froebel/function.ts>ident

A strictly typed utility library.
Latest
variable ident
import { ident } from "https://deno.land/x/froebel@v0.23.2/function.ts";

Identity function.

type

<T>(value: T) => T