UNPKG

n8n

Version:

n8n Workflow Automation Tool

3 lines (2 loc) 260 B
export declare function verifyIntegrity(packageName: string, version: string, registryUrl: string, expectedIntegrity: string): Promise<void>; export declare function isVersionExists(packageName: string, version: string, registryUrl: string): Promise<boolean>;