UNPKG

@types/jsx-chai

Version:
31 lines (21 loc) 831 B
# Installation > `npm install --save @types/jsx-chai` # Summary This package contains type definitions for jsx-chai (https://github.com/bkonkle/jsx-chai). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsx-chai. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsx-chai/index.d.ts) ````ts /// <reference types="chai" /> interface JsxChaiStatic { jsxChai: jsxChaiFunction; } type jsxChaiFunction = Chai.ChaiPlugin; declare var jsxChai: JsxChaiStatic; export = jsxChai; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 03:09:37 GMT * Dependencies: [@types/chai](https://npmjs.com/package/@types/chai) # Credits These definitions were written by [Philipp Holzer](https://github.com/nupplaphil).