Hacking / node_modules /math-intrinsics /isNegativeZero.d.ts
Aditya Sharma
update
1719261
raw
history blame contribute delete
79 Bytes
declare function isNegativeZero(x: unknown): boolean;
export = isNegativeZero;