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

export = isNegativeZero;