UNPKG

cloakx

Version:

Cloakx is a secure, lightweight CLI tool to manage your development secrets locally — no cloud, no hassle. Store, retrieve, and manage secrets across projects with encryption and ease. 🔐 Perfect for solo devs, indie hackers, and teams who value speed, si

5 lines (4 loc) 285 B
export declare function getUsers(): Record<string, string>; export declare function saveUsers(users: Record<string, string>): void; export declare function signup(username: string, password: string): boolean; export declare function login(username: string, password: string): boolean;