UNPKG
@wiqotech/nestjs-digiflazz
Version:
latest (0.0.1)
0.0.1
NestJS Digiflazz SDK Module
github.com/juniarta/nestjs-digiflazz
juniarta/nestjs-digiflazz
@wiqotech/nestjs-digiflazz
/
dist
/
index.d.ts
5 lines
(4 loc)
•
225 B
TypeScript
View Raw
1
2
3
4
5
export
{
DigiflazzModule
}
from
'./digiflazz/digiflazz.module'
;
export
{
DigiflazzService
}
from
'./digiflazz/digiflazz.service'
;
export
{
DigiflazzError
}
from
'./digiflazz/digiflazz.error'
;
export
*
from
'./digiflazz/dto'
;