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

x/rimbu/spy/spy.ts>FuncInterface

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface FuncInterface
import { type FuncInterface } from "https://deno.land/x/rimbu@1.0.1/spy/spy.ts";

Utility type to use a Func type in an interface.

Type Parameters

F extends Func

Call Signatures

(...args: Parameters<F>): ReturnType<F>