MCPcopy Create free account
hub / github.com/pyscript/pyscript / donkey

Function donkey

core/src/core.js:45–48  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

43export { stdlib, optional, inputFailure };
44
45export const donkey = (options) =>
46 import(/* webpackIgnore: true */ "./plugins/donkey.js").then((module) =>
47 module.default(options),
48 );
49
50// generic helper to disambiguate between custom element and script
51const isScript = ({ tagName }) => tagName === "SCRIPT";

Callers 1

index.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected