microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
src/extension/appcenter/api/appCenterClientCredentials.ts
6lines · modeblame
4b37483dmax-mironov8 years ago | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| 2 | // Licensed under the MIT license. See LICENSE file in the project root for details. | |
| 3 | | |
fbbc4447Sergey Akhalkov8 years ago | 4 | import AppCenterClientCredentials = require("app-center-node-client/src/appCenterClientCredentials"); |
4b37483dmax-mironov8 years ago | 5 | export { AppCenterClientCredentials }; |
| 6 | |