UNPKG

@atlaskit/adf-utils

Version:

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

6 lines 166 B
import { applyMark } from '../utils/apply-mark'; export var underline = function underline(maybeNode) { return applyMark({ type: 'underline' }, maybeNode); };