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

1.0.3 • Public • Published

Installation

npm install --save @types/shallow-equals

Summary

This package contains type definitions for shallow-equals (https://github.com/hughsk/shallow-equals).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shallow-equals.

index.d.ts

export = shallow_equals;

declare function shallow_equals<A, B>(
    a?: A,
    b?: B,
    compare?: (objA: A, objB: B) => boolean,
): boolean;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Ross Solomon.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/shallow-equals

Weekly Downloads

76,319

Version

1.0.3

License

MIT

Unpacked Size

2.86 kB

Total Files

5

Last publish

Collaborators

  • types