Rocky_Mountain_Vending/.pnpm-store/v10/files/15/37f98b8780e39b3adb2062bfa3f28183638f1d701af27e66f5b7cee037ea6ddb3c774e4f375454487af3aa13109c590970472efd1a66d120a7ce39d47c3b5a
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

16 lines
No EOL
297 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _default;
var _color = require("./color.js");
function _default(a, b) {
var i = (0, _color.hue)(+a, +b);
return function (t) {
var x = i(t);
return x - 360 * Math.floor(x / 360);
};
}