Skip to content

Commit 4356fe5

Browse files
committed
increate test coverage rate
1 parent c525c1f commit 4356fe5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
/coverage
77

88
/.idea
9+
10+
.DS_Store

index.js

-4
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,6 @@ function isString(a) {
152152
return typeof a === "string";
153153
}
154154

155-
function isObject(a) {
156-
return isType('Object', a);
157-
}
158-
159155
function isFunction(a) {
160156
return isType('Function', a);
161157
}

0 commit comments

Comments
 (0)