UNPKG

@frak-labs/core-sdk

Version:

Core SDK of the Frak wallet, low level library to interact directly with the frak ecosystem.

14 lines (13 loc) 286 B
export { type DeepLinkFallbackOptions, isChromiumAndroid, isFrakDeepLink, toAndroidIntentUrl, triggerDeepLinkWithFallback, } from "./deepLinkWithFallback"; export { isInAppBrowser, isIOS, isMobile, redirectToExternalBrowser, } from "./inAppBrowser";