Skip to main content
Module

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

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
type alias Spy.ClsObj
import { type Spy } from "https://deno.land/x/rimbu@0.14.0/spy/index.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>>