dynamic-import-polyfill
Version:
A polyfill for the native import() in the browser
13 lines (9 loc) • 301 B
JavaScript
/*
Copyright (c) 2018 uupaa and 2019 Google LLC
Use of this source code is governed by an MIT-style
license that can be found in the LICENSE file or at
https://opensource.org/licenses/MIT.
*/
import * as exports from './index.mjs';
export * from './index.mjs';
export {exports as default};