🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@types/deep-equal-in-any-order

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/deep-equal-in-any-order

TypeScript definitions for deep-equal-in-any-order

1.0.3
ts4.5
ts4.6
ts4.7
ts4.8
ts4.9
Source
npm
Version published
Weekly downloads
43K
-24.34%
Maintainers
1
Weekly downloads
 
Created
Source

Installation

npm install --save @types/deep-equal-in-any-order

Summary

This package contains type definitions for deep-equal-in-any-order (https://github.com/oprogramador/deep-equal-in-any-order#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/deep-equal-in-any-order.

index.d.ts

declare global {
    namespace Chai {
        interface Deep {
            equalInAnyOrder: Equal;
        }
    }
}

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

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Bastien Caudan.

FAQs

Package last updated on 07 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts