tiny-warning
tiny-warning copied to clipboard
feat: explicitly import process object
This imports the process global as recommended in the Node.js documentation at https://nodejs.org/dist/latest-v16.x/docs/api/process.html#process_process.
Using this pattern allows code to not assume the global, and eases support for running this code in the browser and other JS environments like Deno.