Skip to content

Commit

Permalink
🤖 Documentation auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 14, 2023
1 parent f2864cb commit f86c071
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,15 +239,15 @@ Parameters:

Convert seconds to a human-readable duration, such as "6 days, 10 hours."

| Function | Type |
| ------------------- | ----------------------------- |
| `secondsToDuration` | `(seconds: bigint) => string` |
| Function | Type |
| ------------------- | ------------------------------------------------------------------------------------ |
| `secondsToDuration` | `({ seconds, i18n, }: { seconds: bigint; i18n?: I18nSecondsToDuration; }) => string` |

Parameters:

- `seconds`: - The number of seconds to convert.
- `options`: - The options object.

[:link: Source](https://github.com/dfinity/ic-js/tree/main/packages/utils/src/utils/date.utils.ts#L10)
[:link: Source](https://github.com/dfinity/ic-js/tree/main/packages/utils/src/utils/date.utils.ts#L43)

#### :gear: debounce

Expand Down

0 comments on commit f86c071

Please sign in to comment.