DefinitelyTyped/types/nano-equal/index.d.ts
2019-08-15 14:05:13 -07:00

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;