Rocky_Mountain_Vending/.pnpm-store/v10/files/d9/9cc0d8e7ffdf7394a05c44a91b80a1b8d2b898bc9b456d9cf69cf5e9ec05450a3dfa88c7ffc0e61f213c509387f85de0812953d726cba67c100d6207ba62f0
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

6 lines
No EOL
291 B
Text

import { dateTimestampProvider } from '../scheduler/dateTimestampProvider';
import { map } from './map';
export function timestamp(timestampProvider = dateTimestampProvider) {
return map((value) => ({ value, timestamp: timestampProvider.now() }));
}
//# sourceMappingURL=timestamp.js.map