microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
src/extension/appcenter/api/index.ts
8lines · modecode
| 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| 2 | // Licensed under the MIT license. See LICENSE file in the project root for details. |
| 3 | |
| 4 | import AppCenterClient from "../lib/app-center-node-client"; |
| 5 | import * as models from "../lib/app-center-node-client/models"; |
| 6 | |
| 7 | export { AppCenterClient, models }; |
| 8 | export { AppCenterClientFactory, createAppCenterClient, getQPromisifiedClientResult } from "./createClient"; |