@transloadit/format-duration-ms
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -1,1 +0,1 @@ | ||
export default function formatDurationMs(ms: $TSFixMe): string; | ||
export default function formatDurationMs(ms: number): string; |
@@ -22,3 +22,3 @@ { | ||
"scripts": { | ||
"tsc": "tsc", | ||
"tsc": "tsc --build --clean && tsc --build", | ||
"test": "echo \"Error: run tests from root\" && exit 1" | ||
@@ -29,4 +29,4 @@ }, | ||
}, | ||
"version": "0.1.2", | ||
"gitHead": "5c487499031f01adcc6869b3a0b7a4ac3d7d21c0" | ||
"version": "0.1.3", | ||
"gitHead": "b9159b6f037336d9325656c35b9b15023d5c1ce7" | ||
} |
Sorry, the diff of this file is not supported yet
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
38969