// Type definitions for negative-zero 2.0 // Project: https://github.com/sindresorhus/negative-zero#readme // Definitions by: BendingBender // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export = negativeZero; declare function negativeZero(input: number): boolean;