@metamask/account-api
Version:
MetaMask Account API
9 lines • 299 B
text/typescript
/**
* 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