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

Function shallowReactive

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

Source from the content-addressed store, hash-verified

1151 * @returns
1152 */
1153const shallowReactive = (target) => {
1154 return createReactiveObj(target, false, true);
1155};
1156/**
1157 * @description reactive
1158 * @param val

Callers 1

tech-study.jsFile · 0.70

Calls 1

createReactiveObjFunction · 0.70

Tested by

no test coverage detected