UNPKG

firesage

Version:

🔥 Extremely High Precision Typescript Wrapper for Firestore Web, Providing Unparalleled Type Safe and Dev Experience

3 lines (2 loc) • 147 B
import { OriWriteBatch, WriteBatchUpdate } from '../types'; export declare const updateCreator: (writeBatch: OriWriteBatch) => WriteBatchUpdate;