Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f2d995

Browse files
author
Alejandro CR
committed
fix: change default thisArg from null to undefined in defaults
1 parent c9bfda1 commit 8f2d995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/safe.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const defaults = {
22
args: [],
3-
thisArg: null,
3+
thisArg: undefined,
44
};
55

66
/**

0 commit comments

Comments
 (0)