Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
1193
const
reactive = (target) => {
1194
return
createReactive(target);
1195
};
1196
/**
1197
* @description readonly
1198
* @param target
Callers
4
constructor
Method · 0.70
createGetters
Function · 0.70
tech-study.js
File · 0.70
Select
Function · 0.70
Calls
1
createReactive
Function · 0.70
Tested by
no test coverage detected