Skip to content

Commit d43eb71

Browse files
committed
Remove duplicate function declaration
1 parent fe2139e commit d43eb71

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

support/types.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ function checkBoxedPrimitive(value, prototypeValueOf) {
5252
}
5353
}
5454

55-
function isArgumentsObject(value) {
56-
return isArguments(value);
57-
}
5855
exports.isArgumentsObject = isArgumentsObject;
5956

6057
exports.isGeneratorFunction = isGeneratorFunction;

0 commit comments

Comments
 (0)