UNPKG
@nova-ts/context
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
A TypeScript library for Dependency Injection
github.com/Inbanithi107/NovaTS
@nova-ts/context
/
dist
/
Scanner
/
AutoBind.d.ts
10 lines
(8 loc)
•
259 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * *
@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 };