// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for details.
import * as childProcess from "./childProcess";
import * as file from "./fileSystem";
export module Node {
export const ChildProcess = childProcess.ChildProcess;
export const FileSystem = file.FileSystem;
}microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
src/common/node/node.ts
10lines · modepreview