UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

3 lines (2 loc) 269 B
export declare function verifyIntegrity(packageName: string, version: string, registryUrl: string, expectedIntegrity: string): Promise<void>; export declare function checkIfVersionExistsOrThrow(packageName: string, version: string, registryUrl: string): Promise<true>;