Skip to main content
Module

x/cotton/testdeps.ts>spy

SQL Database Toolkit for Deno
Latest
function spy
Re-export
import { spy } from "https://deno.land/x/cotton@v0.7.5/testdeps.ts";

Parameters

optional
objOrFunc: T | ((...args: any[]) => any)
optional
method: string | number | symbol

Returns

AnySpy<T>