UNPKG

goban

Version:

[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/online-go/goban)

3 lines (2 loc) 144 B
/** Takes a number of seconds and returns a string like "1d 3h 2m 52s" */ export declare function shortDurationString(seconds: number): string;