UNPKG
mobx-miniprogram
Version:
latest (6.12.3)
mobx4 (4.13.2)
6.12.3
6.12.3-alpha.1
6.3.10-alpha.1
4.13.2
4.13.1
4.13.0
4.13.0-alpha.1
Simple, scalable state management.
mobx.js.org
mobxjs/mobx
mobx-miniprogram
/
dist
/
api
/
iscomputed.d.ts
4 lines
(3 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
export
declare
function
_isComputed
(
value
:
any
,
property
?:
PropertyKey
):
boolean
;
export
declare
function
isComputed
(
value
:
any
):
boolean
;
export
declare
function
isComputedProp
(
value
:
any
,
propName
:
PropertyKey
):
boolean
;