function Module.findSourceMapfindSourceMap(path: string,error?: Error,): SourceMapDeprecatedpath is the resolved path for the file for which a corresponding source map should be fetched. Parameterspath: stringoptionalerror: ErrorReturn TypeSourceMapReturns module.SourceMap if a source map is found, undefined otherwise.