UNPKG

@atlaskit/adf-utils

Version:

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

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