Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
const
view = (entry, {
type
, template, values}) =>
116
(
type
===
'svg'
? $svg : $html)
117
.
for
(entry,
type
)(template, ...values);
118
119
function
Hook(fn, args) {
120
this.fn = fn;
Callers
1
createHook
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected