microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
2a2a4f72fa411361cbf3aabf879beeca349cd868

Branches

Tags

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

Clone

HTTPS

Download ZIP

src/typings/debugger/sourceMapsCombinator.d.ts

5lines · modepreview

// Type definitions for source-map-resolve

declare module "source-map-resolve" {
    export function resolveSync(code: string | null, codeUrl: string, read: Function, options?: any): any;
}