UNPKG

@boost/config

Version:

Powerful convention based finder, loader, and manager of both configuration and ignore files.

7 lines (6 loc) 144 B
import { loadJs } from './js.mjs'; async function loadCjs(path) { return loadJs(path); } export { loadCjs }; //# sourceMappingURL=cjs.mjs.map