Rocky_Mountain_Vending/.pnpm-store/v10/files/5f/fd729771de4ca9a46d9301b26f4d66276c638edf0c1268d55a9fd8221db86e33b2922a62a815f96a4399e7cce839361b77f55567bef2c97cee35a4577ccb09
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

14 lines
No EOL
363 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _default;
var _exponent = _interopRequireDefault(require("./exponent.js"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _default(step) {
return Math.max(0, -(0, _exponent.default)(Math.abs(step)));
}