UNPKG

glue-plugin-sdk

Version:
10 lines (7 loc) 172 B
import { Auth } from './plugins/auth'; import { SDK } from "@gluestack/glue-plugin-sdk"; const sdk = SDK.create({ auth: new Auth() }); // Example: // sdk.auth.login();