UNPKG
glue-plugin-sdk
Version:
latest (0.0.14)
0.0.14
Gluestack Plugin SDK Manager
github.com/gluestack/glue-plugin-sdk
gluestack/glue-plugin-sdk
glue-plugin-sdk
/
template
/
src
/
index.ts
10 lines
(7 loc)
•
172 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Auth
}
from
'./plugins/auth'
;
import
{
SDK
}
from
"@gluestack/glue-plugin-sdk"
;
const
sdk =
SDK
.
create
({
auth
:
new
Auth
() });
// Example:
// sdk.auth.login();