Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
is-symbol
/
index.d.ts
blob: 62f0c3c2d42c298f61501e39a820ffdd3407b218 [
file
] [
log
] [
blame
] [
edit
]
declare
function
isSymbol
(
value
:
unknown
):
value
is
(
symbol
|
Symbol
);
export
=
isSymbol
;