Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
is-bigint
/
index.d.ts
blob: a2fd1df81182fc31bd659b9bb55bd31e49fe9651 [
file
] [
log
] [
blame
]
declare
function
isBigInt
(
value
:
unknown
):
value
is
(
bigint
|
BigInt
);
export
=
isBigInt
;