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 · modeblame

3fb37ad5unknown10 years ago1import * as childProcess from "./childProcess";
2import * as file from "./fileSystem";
3
4export module Node {
5export var ChildProcess = childProcess.ChildProcess;
6export var FileSystem = file.FileSystem;
7}