Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
1201
const
readonly = (target) => {
1202
return
createReadonly(target);
1203
};
1204
/**
1205
* @description 监听数据变化
1206
* @param source
Callers
1
createGetters
Function · 0.70
Calls
1
createReadonly
Function · 0.70
Tested by
no test coverage detected