UNPKG

@atlaskit/adf-utils

Version:

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

4 lines 127 B
import { applyMark } from '../utils/apply-mark'; export const strong = maybeNode => applyMark({ type: 'strong' }, maybeNode);