UNPKG

signalk-server

Version:

An implementation of a [Signal K](http://signalk.org) server for boats.

13 lines 410 B
import { WithConfig } from '../app'; export declare const SERVERSTATEDIRNAME = "serverState"; export declare class Store { private filePath; private fileName; private initPromise; constructor(server: WithConfig, storePath: string, fileName?: string); private waitForInit; read(): Promise<any>; write(data: any): Promise<void>; private init; } //# sourceMappingURL=store.d.ts.map