UNPKG

firestore-queue

Version:

A powerful, scalable queue system built on Google Firestore with time-based indexing, auto-configuration, and connection reuse

10 lines 411 B
#!/usr/bin/env ts-node /** * Auto-Configuration Example * Shows the simplest possible Fire Queue setup with auto-detection */ declare function autoConfigExample(): Promise<void>; declare function showDetectedConfig(): Promise<void>; declare function showSearchLocations(): Promise<void>; export { autoConfigExample, showDetectedConfig, showSearchLocations }; //# sourceMappingURL=auto-config-example.d.ts.map