typescanner
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "typescanner", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "A simple library for implementing type guard in TypeScript.", | ||
@@ -5,0 +5,0 @@ "author": "yona3", |
# typescanner | ||
typescanner is a simple library for implementing [Type Guard](https://www.typescriptlang.org/docs/handbook/2/narrowing.html) in TypeScript. | ||
A simple library for implementing [Type Guard](https://www.typescriptlang.org/docs/handbook/2/narrowing.html) in TypeScript. | ||
It can be easily implemented from basic primitive type guard to type guard for types defined in Type Aliases. | ||
### Feature | ||
- Basic Type Guard Functions + Custom Type Guard Functions | ||
- Intuitive definition of Object's type guard functions | ||
- Verify the type of a value in one line | ||
## Install | ||
@@ -8,0 +13,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
23048
236
0