Comparing version 0.0.5 to 0.0.6
@@ -1,2 +0,2 @@ | ||
(function(root, name) { | ||
(function(root, name) { | ||
var node = typeof exports === 'object', | ||
@@ -75,3 +75,2 @@ mod = node ? module : { | ||
*/ | ||
function type(value, extended, baseNumeric) { | ||
@@ -78,0 +77,0 @@ if (value === 'undefined') return 'undefined'; |
{ | ||
"name": "jstype", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Extended and extensible javascript type checking", | ||
@@ -5,0 +5,0 @@ "main": "jstype.js", |
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
17309