UNPKG

@atlaskit/adf-utils

Version:

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

7 lines 169 B
import { applyMark } from '../utils/apply-mark'; export const fragment = attrs => maybeNode => { return applyMark({ type: 'fragment', attrs }, maybeNode); };