Rocky_Mountain_Vending/.pnpm-store/v10/files/4b/e5b6326e602ba60c6316a65c171d6a152b073fb70af230d517468a3357a9cc3e9b2ddb14aed7abf35cca43b0ad0e5fdf2c13bf678213e6c49c78170342a318
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

15 lines
No EOL
432 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.of = void 0;
var args_1 = require("../util/args");
var from_1 = require("./from");
function of() {
var args = [];
for (var _i = 0; _i < arguments.length; _i++) {
args[_i] = arguments[_i];
}
var scheduler = args_1.popScheduler(args);
return from_1.from(args, scheduler);
}
exports.of = of;
//# sourceMappingURL=of.js.map