UNPKG

@kontent-ai/smart-link

Version:

Kontent.ai Smart Link SDK allowing to automatically inject [smart links](https://docs.kontent.ai/tutorials/develop-apps/build-strong-foundation/set-up-editing-from-preview#a-using-smart-links) to Kontent.ai according to manually specified [HTML data attri

13 lines 308 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.reload = reload; const Logger_1 = require("../lib/Logger"); function reload() { try { window.location.reload(); } catch (e) { (0, Logger_1.logError)(e); } } //# sourceMappingURL=reload.js.map