Hi!
I would like to use Awilix in a Typescript project.
I'm trying to import the listModules function:
import {listModules} from 'awilix';
But getting an error:
src/DepsManager.ts(2,43): error TS2305: Module '"[....]/node_modules/awilix/lib/awilix"' has no exported member 'listModules'.
Is it a problem with my import or something missing in types declaration?
Thanks for your help! :)
Hi!
I would like to use Awilix in a Typescript project.
I'm trying to import the
listModulesfunction:But getting an error:
Is it a problem with my
importor something missing in types declaration?Thanks for your help! :)