@shopify/app-bridge
Version:
**[Join our team and work on libraries like this one.](https://www.shopify.ca/careers)**
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;