UNPKG

moonlifedb

Version:

A JSON database with a bunch of tools and typescript support.

7 lines (6 loc) 154 B
export declare class Event { method: string; type: string; body: object; constructor(method: string, type: string, body: object); }