Sign in
chromium
/
devtools
/
devtools-frontend
/
57191a7711ab9f6c66fa3e34af0bc913f1ce1fe3
/
.
/
node_modules
/
is-negative-zero
/
index.d.ts
blob: 7147b5070ceed1ce61a505b9b63c997bed512c76 [
file
] [
log
] [
blame
]
declare
function
isNegativeZero
(
number
:
unknown
):
number
is
-
0
;
export
=
isNegativeZero
;