UNPKG

@mondaycom/apps-cli

Version:

A cli tool to manage apps (and monday-code projects) in monday.com

7 lines (6 loc) 300 B
export declare class FSError extends Error { constructor(message: string); } export declare const saveToFile: (filePath: string, content: string) => Promise<void>; export declare const loadFile: (filePath: string) => Promise<string>; export declare const unlink: (path: string) => Promise<void>;