UNPKG

vue-app-sdk

Version:
10 lines (9 loc) 267 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const SSO = require("./SSO.cjs"); function createSSO(options) { return new SSO.SSO(options); } exports.SSO = SSO.SSO; exports.SSO_ID = SSO.SSO_ID; exports.createSSO = createSSO;