UNPKG

emailengine-client

Version:

A TypeScript client for the EmailEngine API

10 lines 201 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TLS = void 0; /** * Optional TLS configuration */ class TLS { } exports.TLS = TLS; //# sourceMappingURL=TLS.js.map