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>
19 lines
No EOL
499 B
Text
19 lines
No EOL
499 B
Text
"use strict";
|
|
|
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
|
|
exports.__esModule = true;
|
|
exports.default = void 0;
|
|
|
|
var _getScrollAccessor = _interopRequireDefault(require("./getScrollAccessor"));
|
|
|
|
/**
|
|
* Gets or sets the scroll top position of a given element.
|
|
*
|
|
* @param node the element
|
|
* @param val the position to set
|
|
*/
|
|
var _default = (0, _getScrollAccessor.default)('pageYOffset');
|
|
|
|
exports.default = _default;
|
|
module.exports = exports["default"]; |