0.1.7 • Published 10 months ago

@types/karma-chai v0.1.7

Weekly downloads
3,170
License
MIT
Repository
github
Last release
10 months ago

Installation

npm install --save @types/karma-chai

Summary

This package contains type definitions for karma-chai (http://xdissent.github.io/karma-chai).

Details

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

index.d.ts

// Type definitions for karma-chai 0.1
// Project: http://xdissent.github.io/karma-chai
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.0

import chai = require('chai');

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

Additional Details

  • Last updated: Wed, 09 Mar 2022 22:31:55 GMT
  • Dependencies: @types/chai
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.

0.1.7

10 months ago

0.1.4

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.3

3 years ago

0.1.2

6 years ago

0.1.1

7 years ago

0.1.0

8 years ago