// Type definitions for source-map-resolve
declare module "source-map-resolve" {
export function resolveSync(code: string | null, codeUrl: string, read: Function, options?: any): any;
}microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
src/typings/debugger/sourceMapsCombinator.d.ts
5lines · modepreview