UNPKG

@atlaskit/adf-utils

Version:

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

4 lines 166 B
import { hash } from './hash'; export const defaultValueReplacements = { href: href => `https://hello.atlassian.net/wiki/spaces/ET/pages/968692273?${hash(href)}` };