We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c525c1f commit 4356fe5Copy full SHA for 4356fe5
.gitignore
@@ -6,3 +6,5 @@
6
/coverage
7
8
/.idea
9
+
10
+.DS_Store
index.js
@@ -152,10 +152,6 @@ function isString(a) {
152
return typeof a === "string";
153
}
154
155
-function isObject(a) {
156
- return isType('Object', a);
157
-}
158
-
159
function isFunction(a) {
160
return isType('Function', a);
161
0 commit comments