Installation
npm install --save @types/sinon-sandbox
Summary
This package contains type definitions for sinon-sandbox (https://github.com/wealthfront/sinon-sandbox).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sinon-sandbox.
index.d.ts
import type { SinonSandbox } from "sinon";
declare const sandbox: SinonSandbox;
export = sandbox;
Additional Details
- Last updated: Tue, 07 Nov 2023 15:11:36 GMT
- Dependencies: @types/sinon
Credits
These definitions were written by Jordan Harband.