mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-24 11:45:26 +03:00
fix(isEqualWith): Add explicit return type
This commit is contained in:
parent
b7568bb45e
commit
458d0bf321
@ -48,7 +48,7 @@ export function isEqualWith(
|
||||
bParent?: any,
|
||||
stack?: Map<any, any>
|
||||
) => boolean | void = noop
|
||||
) {
|
||||
): boolean {
|
||||
if (typeof areValuesEqual !== 'function') {
|
||||
areValuesEqual = noop;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user