Rocky_Mountain_Vending/.pnpm-store/v10/files/a4/d976f02a7ec8cef2bb5e2680d1989e5fa8a63f2cd2763c6daf00061c57694027df2c99c0638124994fe4f1a8bd68aaab1fa38e1474770d43ed2e404e82e8e7
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

5 lines
191 B
Text

var convert = require('./convert'),
func = convert('isInteger', require('../isInteger'), require('./_falseOptions'));
func.placeholder = require('./placeholder');
module.exports = func;