File size: 79 Bytes
9afd7cc
 
 
1
2
3
declare function isNegativeZero(x: unknown): boolean;

export = isNegativeZero;