UNPKG

@atlaskit/adf-utils

Version:

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

12 lines 312 B
export var codeBlock = function codeBlock(attrs) { return function () { for (var _len = arguments.length, content = new Array(_len), _key = 0; _key < _len; _key++) { content[_key] = arguments[_key]; } return { type: 'codeBlock', attrs: attrs, content: content }; }; };