@shopify/cli-kit
Version:
A set of utilities, interfaces, and models that are common across all the platform features
9 lines (8 loc) • 327 B
TypeScript
/**
* Gets the path to the hidden .shopify folder for a given project directory.
* Creates the folder if it doesn't exist.
*
* @param directory - The directory of the project.
* @returns The path to the created hidden folder.
*/
export declare function getOrCreateHiddenShopifyFolder(directory: string): Promise<string>;