UNPKG

@magnetarjs/utils-firestore

Version:
4 lines (3 loc) 264 B
export declare function logError(errorMessage: string): undefined; export declare function logErrorAndThrow(errorMessage: string): undefined; export declare function throwIfInvalidFirestorePath(firestorePath: string, moduleType?: 'collection' | 'doc'): undefined;