UNPKG

@shopify/plugin-cloudflare

Version:

Enables the creation of Cloudflare tunnels from `shopify app dev`, allowing previews from any device

4 lines (3 loc) 282 B
export declare const CURRENT_CLOUDFLARE_VERSION = "2024.8.2"; export default function install(env?: NodeJS.ProcessEnv, platform?: NodeJS.Platform, arch?: NodeJS.Architecture): Promise<void>; export declare function versionIsGreaterThan(versionA: string, versionB: string): boolean;