Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
is-set
/
index.d.ts
blob: af111aa6a0b72c9c24ba5a680a17d2c8944da0d2 [
file
] [
log
] [
blame
] [
edit
]
declare
function
isSet
<
V
=
unknown
>(
x
:
unknown
):
x
is
Set
<
V
>;
export
=
isSet
;