MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / __export

Function __export

www/js/_hyperscript.js:4–7  ·  view source on GitHub ↗
(target, all)

Source from the content-addressed store, hash-verified

2(() => {
3 var __defProp = Object.defineProperty;
4 var __export = (target, all) => {
5 for (var name in all)
6 __defProp(target, name, { get: all[name], enumerable: true });
7 };
8
9 // src/core/tokenizer.js
10 var Tokens = class {

Callers 1

_hyperscript.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected