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>
6 lines
No EOL
248 B
Text
6 lines
No EOL
248 B
Text
import { operate } from '../util/lift';
|
|
import { scanInternals } from './scanInternals';
|
|
export function scan(accumulator, seed) {
|
|
return operate(scanInternals(accumulator, seed, arguments.length >= 2, true));
|
|
}
|
|
//# sourceMappingURL=scan.js.map |