Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "str2bool", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Converts a string or number like boolean to true / false of type boolean.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# str2bool | ||
Converts a string or number like boolean to true / false of type boolean. | ||
Map data like boolean to true / false of type boolean | ||
| 类型和值 | 修改为 | | ||
| --- | --- | | ||
| "true" (String) | true(boolean) | | ||
| "false" (String) | false(boolean) | | ||
| true (boolean) | true(boolean) | | ||
| false (boolean) | false(boolean) | | ||
| "1" (String) | true(boolean) | | ||
| "0" (String) | false(boolean) | | ||
| 1 (int) | true(boolean) | | ||
| 0 (int) | false(boolean) | | ||
# install | ||
@@ -5,0 +16,0 @@ `npm install str2bool --save` |
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
3084
43