2.0.4 • Published 1 year ago
@types/sinon-sandbox v2.0.4
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
// Type definitions for sinon-sandbox 2.0
// Project: https://github.com/wealthfront/sinon-sandbox
// Definitions by: Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import type { SinonSandbox } from 'sinon';
declare const sandbox: SinonSandbox;
export = sandbox;
Additional Details
- Last updated: Tue, 08 Feb 2022 09:31:34 GMT
- Dependencies: @types/sinon
- Global values: none
Credits
These definitions were written by Jordan Harband.