UNPKG

@shopify/cli-kit

Version:

A set of utilities, interfaces, and models that are common across all the platform features

8 lines 196 B
let cachedSpinFQDN; export function getCachedSpinFqdn() { return cachedSpinFQDN; } export function setCachedSpinFqdn(fqdn) { cachedSpinFQDN = fqdn; } //# sourceMappingURL=spin-cache.js.map