@types/karma-chai
Version:
TypeScript definitions for karma-chai
25 lines (18 loc) • 749 B
Markdown
# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/karma-chai/index.d.ts)
````ts
/// <reference types="chai" />
declare var assert: Chai.AssertStatic;
declare var expect: Chai.ExpectStatic;
declare var should: Chai.Should;
````
### Additional Details
* Last updated: Wed, 24 Sep 2025 18:02:26 GMT
* Dependencies: [@types/chai](https://npmjs.com/package/@types/chai)
# Credits
These definitions were written by .