UNPKG
@stdlib/assert-is-negative-zero
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Test if a value is equal to negative zero.
stdlib.io
stdlib-js/assert-is-negative-zero
@stdlib/assert-is-negative-zero
/
dist
/
index.d.ts
3 lines
•
124 B
TypeScript
View Raw
1
2
3
/// <reference path="../docs/types/index.d.ts" />
import
isNegativeZero
from
'../docs/types/index'
;
export
= isNegativeZero;