Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
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