UNPKG

@mineru98/n8n-ko

Version:

n8n Workflow Automation Tool - Korean Version

4 lines (3 loc) 168 B
export declare const touchFile: (filePath: string) => Promise<void>; export declare const init: () => Promise<void>; export declare const cleanup: () => Promise<void>;