UNPKG
nest-box
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
A lot of modules for NestJS in this box!
github.com/zhangcf233/nest-box
zhangcf233/nest-box
nest-box
/
dist
/
email
/
email.controller.d.ts
6 lines
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
EmailService
}
from
'./email.service'
;
export
declare
class
EmailController
{
private
readonly
emailService;
constructor
(
emailService
:
EmailService
); }
//# sourceMappingURL=email.controller.d.ts.map