Skip to main content
Module

x/froebel/mod.ts>ident

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

Identity function.

type

<T>(value: T) => T