UNPKG

@maxio/tsed-smtp

Version:

Npm TypeScript Package Boilerplate

10 lines 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class TemplateService { constructor(options) { this.settings = options; console.log('TemplateService', options); } } exports.TemplateService = TemplateService; //# sourceMappingURL=template.service.js.map