UNPKG

emailengine-client

Version:

A TypeScript client for the EmailEngine API

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