Skip to content

wevu / index / isRaw

函数: isRaw()

isRaw(value): boolean

定义于: packages/wevu/src/reactivity/reactive.ts:661

判断某个值是否被标记为原始(即不应转换为响应式)。

参数

value

unknown

待检测的值

返回

boolean

若含有跳过标记则返回 true

Released under the MIT License.