@toolz/allow
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@toolz/allow", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Provides validation of data types", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -620,3 +620,3 @@ # allow | ||
```javascript | ||
allow.setFailureBehavior('warn'); | ||
allow.setFailureBehavior(allow.failureBehavior.WARN); | ||
/* | ||
@@ -643,3 +643,3 @@ setFailureBehavior() requires one of the following three values: | ||
allow.setFailureBehavior('ignore'); | ||
allow.setFailureBehavior(allow.failureBehavior.IGNORE); | ||
allow.setOnFailure(myCustomErrorHandler); | ||
@@ -646,0 +646,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
83536