UNPKG

@types/karma-chai

Version:
34 lines (26 loc) 1.09 kB
# 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 // 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](https://npmjs.com/package/@types/chai) * Global values: none # Credits These definitions were written by [DefinitelyTyped](https://github.com/DefinitelyTyped).