UNPKG

@magnetarjs/plugin-firestore

Version:
4 lines (3 loc) 245 B
import type { PluginStreamAction } from '@magnetarjs/types'; import { FirestorePluginOptions } from '../CreatePlugin.js'; export declare function streamActionFactory(firestorePluginOptions: Required<FirestorePluginOptions>): PluginStreamAction;