@bitty/nullish
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@bitty/nullish", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Nullish helper functions and types for TypeScript.", | ||
@@ -23,2 +23,8 @@ "sideEffects": false, | ||
"non-nullable", | ||
"predicate", | ||
"type", | ||
"types", | ||
"type-guard", | ||
"type-predicate", | ||
"type-helper", | ||
"typescript", | ||
@@ -25,0 +31,0 @@ "typescript-types", |
@@ -58,3 +58,3 @@ # `@bitty/nullish` | ||
This module default exports `isNullish`, which is a function that checks if value is _nullish_. | ||
This module default exports `isNullish`, which is a predicate function that checks if value is _nullish_. | ||
@@ -61,0 +61,0 @@ ```ts |
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
9581