mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
12 lines
310 B
TypeScript
12 lines
310 B
TypeScript
// Type definitions for nano-equal 2.0
|
|
// Project: https://github.com/smelukov/nano-equal#readme
|
|
// Definitions by: Ivan Zverev <https://github.com/1cheese>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function nanoEqual(
|
|
a: any,
|
|
b: any,
|
|
): boolean;
|
|
|
|
export = nanoEqual;
|