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

Function view

esm/index.js:115–117  ·  view source on GitHub ↗
(entry, {type, template, values})

Source from the content-addressed store, hash-verified

113};
114
115const view = (entry, {type, template, values}) =>
116 (type === 'svg' ? $svg : $html)
117 .for(entry, type)(template, ...values);
118
119function Hook(fn, args) {
120 this.fn = fn;

Callers 1

createHookFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected