Search
Preparing search index...
The search index is not available
@zhengxs/composition-api - v0.1.1
Options
All
Public
Public/Protected
All
Inherited
Menu
@zhengxs/composition-api - v0.1.1
shared/util
Module shared/util
Index
Type aliases
Callable
Dict
Variables
IN_
BROWSER
Functions
has
Own
is
Function
is
Object
is
Plain
Object
is
Vue
Type aliases
Callable
Callable
:
(
...
args
:
unknown
[]
)
=>
unknown
Type declaration
(
...
args
:
unknown
[]
)
:
unknown
Parameters
Rest
...
args:
unknown
[]
Returns
unknown
Dict
Dict
:
Record
<
string
|
number
|
symbol
,
unknown
>
Variables
Const
IN_
BROWSER
IN_
BROWSER
:
boolean
= ...
Functions
has
Own
has
Own<T>
(
obj
:
T
, key
:
string
|
number
|
symbol
)
:
key
is
keyof
T
Type parameters
T
Parameters
obj:
T
key:
string
|
number
|
symbol
Returns
key
is
keyof
T
is
Function
is
Function
(
obj
:
unknown
)
:
obj
is
Callable
Parameters
obj:
unknown
Returns
obj
is
Callable
is
Object
is
Object
(
obj
:
unknown
)
:
obj
is
Dict
Parameters
obj:
unknown
Returns
obj
is
Dict
is
Plain
Object
is
Plain
Object
(
obj
:
Dict
)
:
obj
is
Record
<
string
,
never
>
Parameters
obj:
Dict
Returns
obj
is
Record
<
string
,
never
>
is
Vue
is
Vue
(
obj
:
unknown
)
:
obj
is
VueConstructor
<
Vue
>
Parameters
obj:
unknown
Returns
obj
is
VueConstructor
<
Vue
>
Modules
core/lifecycle
core/runtime
core/setup
core/watch
helpers/define
Component
helpers/render
Slot
index
install
reactivity/reactive
reactivity/ref
shared/define
Property
shared/util
Callable
Dict
IN_
BROWSER
has
Own
is
Function
is
Object
is
Plain
Object
is
Vue