resolve
Resolve a requested CommonJS require to a module provider, which is capable of initializing and returning the module implementation; if null
is returned, we are opting-out of built-in resolution.
Return
Provider or null
.
Resolve a requested CommonJS require to a module provider, which is capable of initializing and returning the module implementation; if null
is returned, we are opting-out of built-in resolution.
Provider or null
.