interface RequireResolve
Call Signatures #
(request: string,options?: RequireResolveOptions,): string
Use the internal require()
machinery to look up the location of a module,
but rather than loading the module, just return the resolved filename.
If the module can not be found, a MODULE_NOT_FOUND
error is thrown.