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

Function readonly

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

Source from the content-addressed store, hash-verified

1199 * @returns
1200 */
1201const readonly = (target) => {
1202 return createReadonly(target);
1203};
1204/**
1205 * @description 监听数据变化
1206 * @param source

Callers 1

createGettersFunction · 0.70

Calls 1

createReadonlyFunction · 0.70

Tested by

no test coverage detected