* Extension of options tree * * @private * * @param {Array} tree * @param {Object} PostHTML * @returns {?*}
(t, _t)
| 269 | * @returns {?*} |
| 270 | */ |
| 271 | function _treeExtendApi (t, _t) { |
| 272 | if (typeof t === 'object') { |
| 273 | t = Object.assign(t, _t) |
| 274 | } |
| 275 | } |
| 276 | |
| 277 | /** |
| 278 | * Checks if parameter is a Promise (or thenable) object. |