UNPKG

@mineru98/n8n-ko

Version:

n8n Workflow Automation Tool - Korean Version

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