You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Node object extending function that Node uses for Node!
Usage
varextend=require('util-extend');functionfunctionThatTakesOptions(options){varoptions=extend(defaults,options);// now any unset options are set to the defaults.}
About
Node's internal object extension function, for you!