Skip to main content
Module

x/froebel/ident.ts>default

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

Identity function.

type

<T>(value: T) => T