Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
is-weakmap
/
index.d.ts
blob: 81ed323817ebe5b2a8e0f18ef8fc785f13b44ad6 [
file
] [
log
] [
blame
] [
edit
]
declare
function
isWeakMap
<
K
extends
WeakKey
=
object
,
V
=
unknown
>(
value
:
unknown
):
value
is
WeakMap
<
K
,
V
>;
export
=
isWeakMap
;