UNPKG

@atlaskit/adf-utils

Version:

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

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