UNPKG

vue-app-sdk

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