Hacking / node_modules /math-intrinsics /isNegativeZero.d.ts
Aditya Sharma
update
1719261
declare function isNegativeZero(x: unknown): boolean;
export = isNegativeZero;