microsoft/vscode-react-native

Public

mirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
eba0de58017cd198f69bffca9be3d8e0e4df4d6a

Branches

Tags

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

Clone

HTTPS

Download ZIP

src/typings/debugger/sourceMapsCombinator.d.ts

5lines · modecode

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