UNPKG

fast-is-equal

Version:

Blazing-fast equality checks, minus the baggage. A lean, standalone alternative to Lodash's isEqual—because speed matters.

2 lines (1 loc) • 62 B
export declare function fastIsEqual(a: any, b: any): boolean;