@microsoft/mgt
Version:
The Microsoft Graph Toolkit
13 lines (11 loc) • 541 B
text/typescript
/**
* -------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License.
* See License in the project root for license information.
* -------------------------------------------------------------------------------------------
*/
import 'babel-polyfill';
import 'whatwg-fetch';
// tslint:disable-next-line: ordered-imports
import '@webcomponents/webcomponentsjs/webcomponents-bundle.js';
export * from './index.es6';