UNPKG

@firestore-emulator/server

Version:

This package is the implementation of the Firestore emulator. It is a Node.js

9 lines 261 B
import { FirestoreState } from "../FirestoreState"; export declare class FirestoreServer { state: FirestoreState; private readonly server; constructor(); start(port: number): Promise<void>; stop(): void; } //# sourceMappingURL=index.d.ts.map