UNPKG

@types/karma-chai

Version:
27 lines (20 loc) 740 B
# 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 import "chai"; declare global { var assert: Chai.AssertStatic; var expect: Chai.ExpectStatic; var should: Chai.Should; } ```` ### Additional Details * Last updated: Tue, 24 Sep 2024 19:07:24 GMT * Dependencies: [@types/chai](https://npmjs.com/package/@types/chai) # Credits These definitions were written by .