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