UNPKG

lendb-server

Version:

`LenDB Server` is a wrapper around another database called Acebase that acts like a client. Think of it as parse-server and firebase had baby then voilah!!! `Hello World!!` LenDB is born.

7 lines (6 loc) 117 B
export declare class Account { username: string; email: string; role: string; token: string; }