typescanner
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "typescanner", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "A simple library for implementing type guards in TypeScript.", | ||
@@ -5,0 +5,0 @@ "author": "yona3", |
@@ -13,2 +13,3 @@ // scan | ||
date, | ||
instanceOf, | ||
list, | ||
@@ -30,5 +31,7 @@ Null, | ||
isDate, | ||
isInstanceOf, | ||
isList, | ||
isNull, | ||
isNumber, | ||
isObject, | ||
isOptional, | ||
@@ -35,0 +38,0 @@ isString, |
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
36572
800