Skip to main content
Latest
function returnsThis
import { returnsThis } from "https://deno.land/x/frugal@0.9.6/dep/std/testing/mock.ts";

Creates a function that returns the instance the method was called on.

Type Parameters

optional
Self = any
optional
Args extends unknown[] = any[]

Returns

(this: Self, ...args: Args) => Self