(entry, _ref3)
| 1784 | }; |
| 1785 | |
| 1786 | var view = function view(entry, _ref3) { |
| 1787 | var type = _ref3.type, |
| 1788 | template = _ref3.template, |
| 1789 | values = _ref3.values; |
| 1790 | return (type === 'svg' ? svg : html)["for"](entry, type).apply(void 0, [template].concat(_toConsumableArray(values))); |
| 1791 | }; |
| 1792 | |
| 1793 | function Hook(fn, args) { |
| 1794 | this.fn = fn; |
no test coverage detected