@edgeandnode/common
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -62,1 +62,7 @@ /** | ||
export declare const formatDayHourMin: (seconds: number, useFullWord?: boolean) => string; | ||
/** | ||
* Convert seconds to days | ||
* @param seconds Number of seconds | ||
* @returns Number of days, e.g. "3 days" | ||
*/ | ||
export declare const formatDays: (seconds: number) => string; |
{ | ||
"name": "@edgeandnode/common", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Common Edge & Node utils and types", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
67711
653