Skip to content

Commit 3fdab8e

Browse files
committed
Revert object assertion because of caused issues
see here 6183667#commitcomment-40821380
1 parent e17cd22 commit 3fdab8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
declare function isPlainObject(o: any): asserts o is object;
1+
declare function isPlainObject(o: any): boolean;
22

33
export default isPlainObject;

0 commit comments

Comments
 (0)