0.0.4 • Published 2 years ago

@types/object-diff v0.0.4

Weekly downloads
771
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.4

2 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

9 years ago