microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
bedf110fbb4cf82fb995f4cf2770e8339d5adbea

Branches

Tags

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

Clone

HTTPS

Download ZIP

src/utils/node/node.ts

7lines · modepreview

import * as childProcess from "./childProcess";
import * as file from "./fileSystem";

export module Node {
    export var ChildProcess = childProcess.ChildProcess;
    export var FileSystem = file.FileSystem;
}