MCPcopy Create free account
hub / github.com/WebReflection/neverland / view

Function view

index.js:1786–1791  ·  view source on GitHub ↗
(entry, _ref3)

Source from the content-addressed store, hash-verified

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;

Callers 1

createHookFunction · 0.70

Calls 1

_toConsumableArrayFunction · 0.85

Tested by

no test coverage detected