MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / __export

Function __export

www/js/_hyperscript-max.js:3–6  ·  view source on GitHub ↗
(target, all)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected