Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
increate test coverage rate
Browse files Browse the repository at this point in the history
  • Loading branch information
lcxfs1991 committed Feb 21, 2017
1 parent c525c1f commit 4356fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
/coverage

/.idea

.DS_Store
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,6 @@ function isString(a) {
return typeof a === "string";
}

function isObject(a) {
return isType('Object', a);
}

function isFunction(a) {
return isType('Function', a);
}
Expand Down

0 comments on commit 4356fe5

Please sign in to comment.