We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
toString
1 parent 4ff4d29 commit 238367eCopy full SHA for 238367e
1 file changed
lib/validators.js
@@ -28,6 +28,9 @@ SOFTWARE.
28
"use strict";
29
30
/* Validation functions copied from check-types package - https://www.npmjs.com/package/check-types */
31
+
32
+const toString = Object.prototype.toString;
33
34
function isFunction(data) {
35
return typeof data === "function";
36
}
0 commit comments