UNPKG

@atlaskit/adf-utils

Version:

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

12 lines (11 loc) 204 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.text = void 0; var text = exports.text = function text(_text) { return { type: 'text', text: _text }; };