UNPKG

@metamask/account-api

Version:
9 lines 299 B
/** * Checks that both arrays are empty, and thus, identical. * * @param a - First array. * @param b - Second array. * @returns True if both arrays are empty, false otherwise. */ export declare function areBothEmpty<Value>(a: Value[], b: Value[]): boolean; //# sourceMappingURL=utils.d.cts.map