UNPKG

198 BTypeScriptView Raw
1export declare type JSONFirestoreTimestampFormat = {
2 name: "firestoreTimestamp";
3};
4export declare function inferFirestoreTimestamp(value: object): JSONFirestoreTimestampFormat | undefined;