UNPKG
nestjs-adls
Version:
latest (0.0.1)
0.0.1
Azure Data Lake Storage module for NestJS
github.com/titovb/nestjs-adls
titovb/nestj-adls
nestjs-adls
/
lib
/
decorators
/
index.d.ts
3 lines
(2 loc)
•
158 B
TypeScript
View Raw
1
2
3
export
{
InjectDataLakeClient
}
from
'./inject-data-lake-client.decorator'
;
export
{
InjectFileSystemClient
}
from
'./inject-file-system-client.decorator'
;