UNPKG

@fast-check/poisoning

Version:

Set of utilities to ease detection and revert of poisoning

4 lines (3 loc) 168 B
import type { AllGlobals } from './types/AllGlobals.js'; /** Capture all globals accessible from globalThis */ export declare function captureAllGlobals(): AllGlobals;