UNPKG
nestjs-azure-storage-blob
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Azure Blob Storage module for Nest.js
nestjs-azure-storage-blob
/
src
/
lib
/
index.d.ts
6 lines
(5 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
export
*
from
'./azure-storage-blob.constants'
;
export
*
from
'./azure-storage-blob.decorator'
;
export
*
from
'./azure-storage-blob.interface'
;
export
*
from
'./azure-storage-blob.module'
;
export
*
from
'./azure-storage-blob.service'
;