UNPKG

@atlaskit/adf-utils

Version:

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

12 lines (11 loc) 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.underline = void 0; var _applyMark = require("../utils/apply-mark"); var underline = exports.underline = function underline(maybeNode) { return (0, _applyMark.applyMark)({ type: 'underline' }, maybeNode); };