Skip to main content
Module

x/froebel/types.ts>Fn

A strictly typed utility library.
Go to Latest
type alias Fn
import { type Fn } from "https://deno.land/x/froebel@v0.23.1/types.ts";

Type Parameters

optional
TA extends any[] = any[]
optional
TR = any
definition: (...args: TA) => TR