UNPKG

@koex/passport-oauth2

Version:
7 lines 374 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Strategy = exports.OauthStrategy = void 0; const strategy_1 = require("./strategy"); Object.defineProperty(exports, "OauthStrategy", { enumerable: true, get: function () { return strategy_1.OauthStrategy; } }); exports.Strategy = strategy_1.OauthStrategy; //# sourceMappingURL=index.js.map