microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
b7ee5fed48782f7c7e7a33b44b7e94cac8d06b21

Branches

Tags

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

Clone

HTTPS

Download ZIP

src/typings/debugger/sourceMapsCombinator.d.ts

5lines · modeblame

5c8365a6Artem Egorov8 years ago1// Type definitions for source-map-resolve
2
3declare module "source-map-resolve" {
4export function resolveSync(code: string | null, codeUrl: string, read: Function, options?: any): any;
5}