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 20, 2024
1 parent a853531 commit 5ffd4cb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ npm i @dfinity/agent @dfinity/candid @dfinity/principal
- [decodeBase32](#gear-decodebase32)
- [bigEndianCrc32](#gear-bigendiancrc32)
- [secondsToDuration](#gear-secondstoduration)
- [nowInBigIntNanoSeconds](#gear-nowinbigintnanoseconds)
- [debounce](#gear-debounce)
- [toNullable](#gear-tonullable)
- [fromNullable](#gear-fromnullable)
Expand Down Expand Up @@ -302,6 +303,16 @@ Parameters:

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

#### :gear: nowInBigIntNanoSeconds

Returns the current timestamp in nanoseconds as a `bigint`.

| Function | Type |
| ------------------------ | -------------- |
| `nowInBigIntNanoSeconds` | `() => bigint` |

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

#### :gear: debounce

| Function | Type |
Expand Down

0 comments on commit 5ffd4cb

Please sign in to comment.