Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/developit/htm
/ h
Function
h
test/index.test.mjs:16–16 ·
view source on GitHub ↗
(tag, props, ...children)
Source
from the content-addressed store, hash-verified
14
import
htm from
'../src/index.mjs'
;
15
16
const
h = (tag, props, ...children) => ({ tag, props, children });
17
const
html = htm.bind(h);
18
19
describe(
'htm'
, () => {
Callers
1
index.test.mjs
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected