UNPKG

@bigmi/core

Version:

TypeScript library for Bitcoin apps.

3 lines (2 loc) 126 B
/** Forked from https://github.com/epoberezkin/fast-deep-equal */ export declare function deepEqual(a: any, b: any): boolean;