0.1.7 • Published 10 months ago
@types/karma-chai v0.1.7
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.