UNPKG

@shopify/app-bridge

Version:

**[Join our team and work on libraries like this one.](https://www.shopify.ca/careers)**

4 lines (3 loc) 203 B
import { Options, isSafe } from '@shopify/app-bridge-core/validate/safe-redirect'; export { Options, isSafe }; export declare function makeSafe(url: string, fallback: string, options?: Options): string;