UNPKG

emailengine-client

Version:

A TypeScript client for the EmailEngine API

10 lines 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Options = void 0; class Options { constructor(init) { Object.assign(this, init); } } exports.Options = Options; //# sourceMappingURL=Options.js.map