// 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 from https://github.com/microsoft/vscode-react-nativeAvailable
src/typings/debugger/sourceMapsCombinator.d.ts
10lines · modepreview