UNPKG

mout

Version:

Modular Utilities

7 lines (6 loc) 188 B
import is from '../lang/is'; /** * Compares if both arrays have the same elements */ declare function equals(a: any, b: any, callback?: typeof is): boolean; export default equals;