Skip to content

Commit

Permalink
Merge pull request #6 from ssbc/strict-fix
Browse files Browse the repository at this point in the history
Fix duplicate function declaration
  • Loading branch information
christianbundy authored Jul 28, 2019
2 parents 5a3ca73 + 9d30bbd commit 1da110d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ function isObject (o) {
function isString (s) {
return 'string' === typeof s
}
function isObject (o) {
return o && 'object' === typeof o
}
function isUsageError (err) {
return usageErrors.indexOf(err.name) >= 0
}
Expand Down

0 comments on commit 1da110d

Please sign in to comment.