@atlaskit/adf-utils
Version:
Set of utilities to traverse, modify and create ADF documents.
12 lines (11 loc) • 364 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.defaultValueReplacements = void 0;
var _hash = require("./hash");
var defaultValueReplacements = exports.defaultValueReplacements = {
href: function href(_href) {
return "https://hello.atlassian.net/wiki/spaces/ET/pages/968692273?".concat((0, _hash.hash)(_href));
}
};