Sign in
chromium
/
devtools
/
devtools-frontend
/
2ec237cea2f63f07659729f2c84a004900b87fb6
/
.
/
node_modules
/
hasown
/
index.d.ts
blob: aafdf3b2b8f0ef01aa1b3e44596560eee3f38ff7 [
file
] [
log
] [
blame
]
declare
function
hasOwn
<
O
,
K
extends
PropertyKey
,
V
=
unknown
>(
o
:
O
,
p
:
K
):
o
is
O
&
Record
<
K
,
V
>;
export
=
hasOwn
;