intertype
Advanced tools
Comparing version 0.103.0 to 0.104.0
@@ -65,2 +65,9 @@ (function() { | ||
}); | ||
//......................................................................................................... | ||
declare.regex({ | ||
isa: function(x) { | ||
return (Object.prototype.toString.call(x)) === '[object RegExp]'; | ||
}, | ||
default: new RegExp('') | ||
}); | ||
//--------------------------------------------------------------------------------------------------------- | ||
@@ -67,0 +74,0 @@ // Container Types |
{ | ||
"name": "intertype", | ||
"version": "0.103.0", | ||
"version": "0.104.0", | ||
"description": "A JavaScript typechecker", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
338389
1929