UNPKG

@shopify/cli-kit

Version:

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

7 lines (6 loc) 226 B
/** * Returns true if the POLARIS_UNIFIED environment variable is set to true. * * @returns `true` if the POLARIS_UNIFIED environment variable is set to true. */ export declare function isPolarisUnifiedEnabled(): boolean;