# @types/deep-equal

> TypeScript definitions for deep-equal

Latest version **1.0.4** (published 2023-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/deep-equal
pnpm add @types/deep-equal
yarn add @types/deep-equal
bun add @types/deep-equal
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2023-11-07 |
| First published | 2016-05-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51438 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/deep-equal
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/deep-equal
- npm.io page: https://npm.io/package/@types/deep-equal

## Recent versions

- 1.0.4 (latest) — 2023-11-07
- 1.0.1 (ts2.0) — 2017-08-21
- 1.0.3 — 2023-10-18
- 1.0.2 — 2023-09-22
- 1.0.0 — 2017-03-07
- 0.0.30 — 2016-09-19
- 0.0.29 — 2016-07-14
- 0.0.28-alpha — 2016-07-08
- 0.0.27-alpha — 2016-07-04
- 0.0.26-alpha — 2016-07-02
- 0.0.25-alpha — 2016-07-01
- 0.0.24-alpha — 2016-07-01
- 0.0.23-alpha — 2016-05-25
- 0.0.22-alpha — 2016-05-20
- 0.0.17-alpha — 2016-05-19
- … 1 more at https://npm.io/package/@types/deep-equal/versions

## README

# Installation
> `npm install --save @types/deep-equal`

# Summary
This package contains type definitions for deep-equal (https://github.com/substack/node-deep-equal).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/deep-equal.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/deep-equal/index.d.ts)
````ts
interface DeepEqualOptions {
    strict: boolean;
}

declare function deepEqual(
    actual: any,
    expected: any,
    opts?: DeepEqualOptions,
): boolean;

export = deepEqual;

````

### Additional Details
 * Last updated: Mon, 06 Nov 2023 22:41:05 GMT
 * Dependencies: none

# Credits
These definitions were written by [remojansen](https://github.com/remojansen), and [Jay Anslow](https://github.com/janslow).

---
_Source: https://npm.io/package/@types/deep-equal · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
