UNPKG

@shadow-dev/core

Version:

A modular core framework for Discord bot development, providing commands, buttons, menus, middleware, and more.

3 lines (2 loc) 165 B
export declare function hashPassword(password: string): Promise<string>; export declare function verifyPassword(password: string, hashed: string): Promise<boolean>;