tiny-warning icon indicating copy to clipboard operation
tiny-warning copied to clipboard

feat: explicitly import process object

Open guybedford opened this issue 4 years ago • 0 comments

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.

guybedford avatar Jul 19 '21 15:07 guybedford