UNPKG

756 BMarkdownView Raw
1# Installation
2> `npm install --save @types/karma-chai`
3
4# Summary
5This package contains type definitions for karma-chai (http://xdissent.github.io/karma-chai).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/karma-chai.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/karma-chai/index.d.ts)
10````ts
11import chai = require("chai");
12
13declare global {
14 var assert: Chai.AssertStatic;
15 var expect: Chai.ExpectStatic;
16 var should: Chai.Should;
17}
18
19````
20
21### Additional Details
22 * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
23 * Dependencies: [@types/chai](https://npmjs.com/package/@types/chai)
24
25# Credits
26These definitions were written by .
27
\No newline at end of file