UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 153 B
export declare class PasswordUtility { hash(plaintext: string): Promise<string>; compare(plaintext: string, hashed: string): Promise<boolean>; }