UNPKG

@eweser/db

Version:
4 lines (3 loc) 206 B
import type { Database } from '../..'; /** pings the matrix server and sets the result to db.online. emits an event on change */ export declare const checkServerConnection: (db: Database) => Promise<void>;