UNPKG

@hmcts/rpx-xui-node-lib

Version:

Common nodejs library components for XUI

8 lines 546 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.XUIOAuth2Strategy = exports.oauth2 = void 0; var oauth2_class_1 = require("./oauth2.class"); Object.defineProperty(exports, "oauth2", { enumerable: true, get: function () { return oauth2_class_1.oauth2; } }); var XUIOAuth2Strategy_class_1 = require("./XUIOAuth2Strategy.class"); Object.defineProperty(exports, "XUIOAuth2Strategy", { enumerable: true, get: function () { return XUIOAuth2Strategy_class_1.XUIOAuth2Strategy; } }); //# sourceMappingURL=index.js.map