UNPKG

infinity-forge

Version:
12 lines 319 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.scrollToTopPage = scrollToTopPage; function scrollToTopPage() { if (process.browser) { window.scrollTo({ top: 0, behavior: 'smooth' }); } } //# sourceMappingURL=scroll-to-top-page.js.map