microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
79e6e433ea7a78b59f9030e9515cc9ee2cc2a91e

Branches

Tags

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

Clone

HTTPS

Download ZIP

lib/app-center-node-client/models.d.ts

6lines · modecode

1/// <reference path="./src/account/models/index.d.ts" />
2/// <reference path="./src/codepush/models/index.d.ts" />
3
4
5export * from './src/account/models/index';
6export * from './src/codepush/models/index';
7