browser-process-hrtime
browser-process-hrtime copied to clipboard
:watch: Browser shim for Node.js process.hrtime()
This fixes #11.
Hi, when I try to import this in my browser (building with `esbuild`) I immediately get an error because in the browser, `process` is not defined: https://github.com/kumavis/browser-process-hrtime/blob/38920d3d06ddecf0ad1b51f0f6872db946e3c035/index.js#L1 Shouldn't there be...
Since this module only actually comes into play when not in a nodejs runtime, it makes sense to make it natively available in those other runtimes (i.e. AMD or raw...
🚨 You need to enable Continuous Integration on all branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all...