isNegativeZero.d.ts 79 Bytes Edit Raw Blame History Permalink 1 2 3 declare function isNegativeZero(x: unknown): boolean; export = isNegativeZero;