UNPKG
mana-common
Version:
latest (0.3.2)
next (0.2.2-next.0)
0.3.2
0.3.1
0.3.0
0.2.2
0.2.2-next.0
0.2.0
0.1.0
0.0.1
Common utils for mana
mana-common
/
es
/
objects.d.ts
3 lines
(2 loc)
•
172 B
TypeScript
View Raw
1
2
3
export
declare
function
getPropertyDescriptor
(
o
:
any
,
propertyName
:
PropertyKey
):
PropertyDescriptor
|
undefined
;
export
declare
function
isPlainObject
(
obj
:
any
):
boolean
;