UNPKG

vue-app-sdk

Version:
11 lines (10 loc) 181 B
import { Auth } from "./Auth.js"; import { AUTH_ID } from "./Auth.js"; function createAuth(options = {}) { return new Auth(options); } export { AUTH_ID, Auth, createAuth };