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

Function createReactive

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

Source from the content-addressed store, hash-verified

1143 * @returns
1144 */
1145const createReactive = (target) => {
1146 return createReactiveObj(target, false, false);
1147};
1148/**
1149 * @description 顶层 reactive
1150 * @param target

Callers 1

reactiveFunction · 0.70

Calls 1

createReactiveObjFunction · 0.70

Tested by

no test coverage detected