Rocky_Mountain_Vending/.pnpm-store/v10/files/6f/4016b0464a6b0db28d526c56e8bb7098b92d75a924028a317866e14fda5b73b2113208eb75591ab5e4c1f226085b604056ec971057ddb89c7fad1670cc945b
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
225 B
Text

import { operate } from '../util/lift';
import { createFind } from './find';
export function findIndex(predicate, thisArg) {
return operate(createFind(predicate, thisArg, 'index'));
}
//# sourceMappingURL=findIndex.js.map