UNPKG

@clickup/pg-microsharding

Version:
8 lines 219 B
/** * Builds a human-readable string from a number of seconds. Examples: * - "12s" * - "2m5s" * - "1h2m5s" */ export declare function secToHuman(sec: number | null): string; //# sourceMappingURL=secToHuman.d.ts.map