8 lines
259 B
TypeScript
8 lines
259 B
TypeScript
/*!
|
|
* Copyright (C) Microsoft Corporation. All rights reserved.
|
|
*/
|
|
import * as app from './app/index';
|
|
import * as data from './data/index';
|
|
import * as telemetry from './telemetry/index';
|
|
export { app, data, telemetry };
|
|
//# sourceMappingURL=index.d.ts.map
|