UNPKG

awilix

Version:

Extremely powerful dependency injection container.

5 lines (4 loc) 181 B
// This is kept in a separate .js file to prevent TypeScript re-writing the import() statement to a require() statement export function importModule(path) { return import(path) }