MCPcopy 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

14import htm from '../src/index.mjs';
15
16const h = (tag, props, ...children) => ({ tag, props, children });
17const html = htm.bind(h);
18
19describe('htm', () => {

Callers 1

index.test.mjsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected