parse-duration
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -6,2 +6,2 @@ // ./index.d.ts | ||
*/ | ||
export default function parse (str: string): number | ||
export default function parse (str: string): number | null |
{ | ||
"name": "parse-duration", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "convert a human readable duration string to a duration format", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
4601
56