Tags: danielroe/beasties
Tags
refactor: replace `process.hrtime` with `Date.now` (#176) Switched from `process.hrtime` to `Date.now` as high-resolution timing is not required in this case. This change removes the dependency on Node.js-specific functionality, enabling the library to run in environments like Cloudflare Workers using `unenv` with Angular.
PreviousNext