MCPcopy Index your code
hub / github.com/pyscript/pyscript / el

Function el

bridge/index.js:6–6  ·  view source on GitHub ↗
(name, props)

Source from the content-addressed store, hash-verified

4const { assign, create, entries } = Object;
5
6const el = (name, props) => assign(document.createElement(name), props);
7
8/**
9 * Transform a list of keys into a Python dictionary.

Callers 1

getFunction · 0.85

Calls 1

assignFunction · 0.85

Tested by

no test coverage detected