Let's face it, some globals are convenient :p otherwise hell,
require('array'), require('object'), require('array-map')... the list
goes onOn Jul 11, 8:40 am, Joran Greef <[email protected]> wrote: > I noticed that running an empty node interpreter always provides these > global variables: > > require > global > process > GLOBAL > root > > "this", "global", "GLOBAL", and "root" are redundant? > > Is there any way to bring "process" in manually using "require('process')"?
