2.0.4 • Published 7 months ago

@types/sinon-sandbox v2.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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.

2.0.3

7 months ago

2.0.2

8 months ago

2.0.4

7 months ago

2.0.1

2 years ago

2.0.0

2 years ago