@types/jsx-chai
TypeScript icon, indicating that this package has built-in type declarations

3.0.19 • Public • Published

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

/// <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

Credits

These definitions were written by Philipp Holzer.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/jsx-chai

Weekly Downloads

4

Version

3.0.19

License

MIT

Unpacked Size

2.99 kB

Total Files

5

Last publish

Collaborators

  • types