UNPKG

@microsoft/mgt

Version:
13 lines (11 loc) 541 B
/** * ------------------------------------------------------------------------------------------- * 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';