UNPKG

62 BJavaScriptView Raw
1exports.dynamicImport = function (id) {
2 return import(id)
3}