UNPKG

165 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = import_;
7
8function import_(filepath) {
9 return import(filepath);
10}
\No newline at end of file