Skip to main content
Module

x/rimbu/spy/mod.ts>Spy.ClsObj

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Latest
type alias Spy.ClsObj
import { type Spy } from "https://deno.land/x/rimbu@1.2.1/spy/mod.ts";
const { ClsObj } = Spy;

Spy object type of a spied class, containing extra metadata compared to object spies.

Type Parameters

I
A extends any[]
definition: Spy.Obj<I, Spy.ClsObjMeta<I, A>>