remiD45's picture
push chat
8990a66
raw
history blame contribute delete
79 Bytes
declare function isNegativeZero(x: unknown): boolean;
export = isNegativeZero;