microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
stabilize-waithelper-polling

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

src/typings/debugger/sourceMapsCombinator.d.ts

10lines · modeblame

5c8365a6Artem Egorov8 years ago1// Type definitions for source-map-resolve
2
3declare module "source-map-resolve" {
176f99c8ConnorQi013 months ago4export function resolveSync(
5code: string | null,
6codeUrl: string,
7read: Function,
8options?: any,
9): any;
10}