Comparing version 2.0.1 to 2.0.2
export function format(millis: number, long?: boolean): string; | ||
export function parse(input: string): number | void; | ||
export function parse(input: string): number | undefined; |
{ | ||
"umd:name": "ms", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"name": "@lukeed/ms", | ||
@@ -5,0 +5,0 @@ "repository": "lukeed/ms", |
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
9387