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: string #error: Error optionalReturn Type #SourceMap Returns 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: string #error: Error optionalReturn Type #SourceMap Returns module.SourceMap if a source map is found, undefined otherwise.