UNPKG

@shopify/cli-kit

Version:

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

4 lines (3 loc) 197 B
export declare const getLogsDir: () => string; export declare const createLogsDir: (path: string) => Promise<void>; export declare const writeLog: (path: string, logData: string) => Promise<void>;