UNPKG

@nova-ts/context

Version:

A TypeScript library for Dependency Injection

10 lines (8 loc) 259 B
/** * * @param baseDir The Classpath to be scanned * @author Inbanithi * @description It scans the files inside the ClassPath to load configuration to ApplicationContext */ declare function autoBind(baseDir: string): Promise<void>; export { autoBind };