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

3.1.2 • Public • Published

Installation

npm install --save @types/chai-subset-in-order

Summary

This package contains type definitions for chai-subset-in-order (https://github.com/oprogramador/chai-subset-in-order).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai-subset-in-order.

index.d.ts

/// <reference types="chai" />

declare global {
    namespace Chai {
        interface Assertion {
            containSubsetInOrder(expected: unknown): Assertion;
        }
        interface Assert {
            containSubsetInOrder(val: unknown, exp: unknown, msg?: string): void;
        }
    }
}

declare const chaiSubsetInOrder: Chai.ChaiPlugin;
export = chaiSubsetInOrder;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: @types/chai

Credits

These definitions were written by Mario Ramundo.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/chai-subset-in-order

Weekly Downloads

487

Version

3.1.2

License

MIT

Unpacked Size

3.49 kB

Total Files

5

Last publish

Collaborators

  • types