UNPKG

@thi.ng/timestamp

Version:

Timestamp getter wrapping (in order of preference) `process.hrtime.bigint()`, `performance.now()` or `Date.now()`

22 lines (15 loc) 878 B
# Change Log - **Last updated**: 2025-06-09T17:24:08Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. Only versions published since **2022-01-01** are listed here. Please consult the Git history for older version information. See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines. **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. ## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/timestamp@1.1.0) (2024-12-27) #### 🚀 Features - add/extract as new package ([55bf7e4](https://github.com/thi-ng/umbrella/commit/55bf7e4)) - extract timestamp functions from [@thi.ng/bench](https://github.com/thi-ng/umbrella/tree/main/packages/bench) pkg - add readme - add test