UNPKG

react-hash-link

Version:

> Painless hash link routing for React applications.

12 lines (11 loc) 375 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.disconnectMutationObserver = function (observer) { if (observer) { observer.disconnect(); } }; exports.resetLoadingObserver = function (loadingObserver, observerTimeout) { exports.disconnectMutationObserver(loadingObserver); window.clearTimeout(observerTimeout); };