(name)
| 5 | import { importBundledModule } from "./helpers/module-loader.mjs"; |
| 6 | |
| 7 | const lib = (name) => path.resolve(process.cwd(), "lib", name); |
| 8 | |
| 9 | const { qs } = await importBundledModule(lib("qs.ts")); |
| 10 | const { fmt, short } = await importBundledModule(lib("format.ts")); |
no test coverage detected