UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

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