UNPKG

simpleddp-node

Version:

The aim of this library is to simplify the process of working with meteor server over DDP protocol using external JS environments

5 lines (4 loc) 172 B
export declare function generateId(): string; type Maybe<T> = T | null | undefined; export declare function run<T>(runnable: () => T): [Maybe<T>, Maybe<Error>]; export {};