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.

5 lines (4 loc) 201 B
export declare class TimeoutError extends Error { constructor(message: any); } export default function pTimeout(promise: any, milliseconds: any, fallback: any, options: any): Promise<unknown>;