0.0.4 • Published 6 months ago

@types/object-diff v0.0.4

Weekly downloads
771
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/object-diff

Summary

This package contains type definitions for object-diff (https://github.com/srcagency/object-diff).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-diff.

index.d.ts

// Type definitions for object-diff v0.0
// Project: https://github.com/srcagency/object-diff
// Definitions by: Rogier Schouten <https://github.com/rogierschouten>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function diff(a: any, ...args: any[]): any;
export = diff;

Additional Details

  • Last updated: Wed, 06 Oct 2021 20:31:28 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Rogier Schouten.

0.0.3

7 months ago

0.0.4

6 months ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

8 years ago