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

Function view

cjs/index.js:121–123  ·  view source on GitHub ↗
(entry, {type, template, values})

Source from the content-addressed store, hash-verified

119};
120
121const view = (entry, {type, template, values}) =>
122 (type === 'svg' ? $svg : $html)
123 .for(entry, type)(template, ...values);
124
125function Hook(fn, args) {
126 this.fn = fn;

Callers 1

createHookFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected