NodemoduleModule.findSourceMapfunction Module.findSourceMap#findSourceMap(path: string,error?: Error,): SourceMappath is the resolved path for the file for which a corresponding source map should be fetched. Parameters ##path: stringoptional#error: ErrorReturn Type #SourceMapReturns module.SourceMap if a source map is found, undefined otherwise.
function Module.findSourceMap#findSourceMap(path: string,error?: Error,): SourceMappath is the resolved path for the file for which a corresponding source map should be fetched. Parameters ##path: stringoptional#error: ErrorReturn Type #SourceMapReturns module.SourceMap if a source map is found, undefined otherwise.