@shopify/app-bridge
Version:
> **Maintenance Mode:** Although apps using this package will continue to function, it is no longer receiving updates. For new projects, please use the [CDN version of App Bridge](https://shopify.dev/docs/api/app-home?accordionItem=getting-started-build-y
7 lines (6 loc) • 307 B
TypeScript
export { isAppBridgeAction, isAppMessage, isPermitted, getPermissionKey, isPerformanceOrWebVitalsAction, } from '@shopify/app-bridge-core/actions/validator';
/**
* Predicate to determine if an action originated from an application.
* @internal
*/
export declare function isFromApp(action: any): boolean;