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

Function isProxy

tech-study.js:1185–1187  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

1183 * @returns
1184 */
1185const isProxy = (val) => {
1186 return isReactive(val) || isReadonly(val);
1187};
1188/**
1189 * @description reactive
1190 * @param target

Callers 1

watchFunction · 0.70

Calls 2

isReactiveFunction · 0.70
isReadonlyFunction · 0.70

Tested by

no test coverage detected