Current section

Files

Jump to
spellweaver priv bun node_modules @cspell dynamic-import dist cjs index.js
Raw

priv/bun/node_modules/@cspell/dynamic-import/dist/cjs/index.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.dynamicImport = dynamicImport;
async function dynamicImport(moduleName, paths) {
const { dynamicImportFrom } = await import('../esm/dynamicImport.mjs');
return dynamicImportFrom(moduleName, paths);
}
//# sourceMappingURL=index.js.map