0.1.20 • Published 1 year ago

@types/karma-chai-sinon v0.1.20

Weekly downloads
232
License
MIT
Repository
github
Last release
1 year ago

Installation

npm install --save @types/karma-chai-sinon

Summary

This package contains type definitions for karma-chai-sinon (https://github.com/tubalmartin/karma-chai-sinon).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/karma-chai-sinon.

index.d.ts

// Type definitions for karma-chai-sinon 0.1.5
// Project: https://github.com/tubalmartin/karma-chai-sinon
// Definitions by: Václav Ostrožlík <https://github.com/vasek17>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.0

/// <reference types="chai" />
import Sinon = require('sinon');

declare global {
    var should: Chai.Should;
    var expect: Chai.ExpectStatic;
    var assert: Chai.AssertStatic;
    var sinon: Sinon.SinonStatic;
}

Additional Details

Credits

These definitions were written by Václav Ostrožlík.

0.1.20

1 year ago

0.1.17

2 years ago

0.1.18

2 years ago

0.1.19

2 years ago

0.1.16

4 years ago

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

6 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago