Files
n8n-nodes-gwezz-changdunovel/node_modules/@n8n/node-cli/dist/utils/validation.d.ts
2025-10-26 23:10:15 +08:00

4 lines
235 B
TypeScript

export declare const validateNodeName: (name: string) => string | undefined;
export declare function isNodeErrnoException(error: unknown): error is NodeJS.ErrnoException;
export declare function isEnoentError(error: unknown): boolean;