MCPcopy
hub / github.com/vuejs/composition-api / observable

Method observable

src/env.d.ts:21–21  ·  view source on GitHub ↗
(x: any)

Source from the content-addressed store, hash-verified

19
20 interface VueConstructor {
21 observable<T>(x: any): T
22 util: {
23 warn(msg: string, vm?: Vue | null)
24 defineReactive(

Callers 3

misc.spec.tsFile · 0.80
observeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected