UNPKG

@atlaskit/adf-utils

Version:

Set of utilities to traverse, modify and create ADF documents.

6 lines 202 B
import { hash } from './hash'; export var defaultValueReplacements = { href: function href(_href) { return "https://hello.atlassian.net/wiki/spaces/ET/pages/968692273?".concat(hash(_href)); } };