8 lines
585 B
JavaScript
8 lines
585 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.disableZoomTransition = exports.shouldLinkExternally = void 0;
|
|
var url_1 = require("../utils/url");
|
|
Object.defineProperty(exports, "shouldLinkExternally", { enumerable: true, get: function () { return url_1.shouldLinkExternally; } });
|
|
var ZoomTransitionEnabler_1 = require("../link/zoom/ZoomTransitionEnabler");
|
|
Object.defineProperty(exports, "disableZoomTransition", { enumerable: true, get: function () { return ZoomTransitionEnabler_1.disableZoomTransition; } });
|
|
//# sourceMappingURL=utils.js.map
|