microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
0.6.3

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

src/extension/appcenter/lib/app-center-node-client/index.d.ts

23lines · modecode

1/*
2 * Code generated by Microsoft (R) SwaggerTools.
3 * Changes may cause incorrect behavior and will be lost if the code is
4 * regenerated.
5 */
6
7/// <reference path="./models.d.ts" />
8
9/// <reference path="./src/appCenterClient.d.ts" />
10/// <reference path="./src/account/accountClient.d.ts" />
11/// <reference path="./src/codepush/codepushClient.d.ts" />
12
13
14import AppCenterClient = require('./src/appCenterClient');
15import AccountClient = require('./src/account/accountClient');
16import CodepushClient = require('./src/codepush/codepushClient');
17
18
19export {
20 AccountClient,
21 CodepushClient
22};
23export default AppCenterClient;