* commit 'a70d15ac1e8ea71072d724d7b2be458835269265': chore: update
@ -255,7 +255,7 @@ export interface _base {
isNotEmptyArray: <T, U>(arr: T[] | U) => arr is [T, ...T[]];
isEmptyObject: (obj: any) => obj is object;
isEmptyObject: (obj: any) => boolean;
isNotEmptyObject: (obj: any) => obj is object;