MCPcopy Create free account
hub / github.com/Xu22Web/tech-study-js / reactive

Function reactive

tech-study.js:1193–1195  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

1191 * @returns
1192 */
1193const reactive = (target) => {
1194 return createReactive(target);
1195};
1196/**
1197 * @description readonly
1198 * @param target

Callers 4

constructorMethod · 0.70
createGettersFunction · 0.70
tech-study.jsFile · 0.70
SelectFunction · 0.70

Calls 1

createReactiveFunction · 0.70

Tested by

no test coverage detected