UNPKG
@bunihq/app-bridge
Version:
latest (0.0.1)
0.0.1
0.0.1-next.3
0.0.1-next.2
0.0.1-next.1
BuniHQ App Bridge library
@bunihq/app-bridge
/
dist
/
utils
/
session-token.d.mts
4 lines
(2 loc)
•
83 B
text/typescript
View Raw
1
2
3
4
declare
function
getSessionToken
(
):
Promise
<
unknown
>;
export
{ getSessionToken };