UNPKG

@technobuddha/library

Version:
9 lines (8 loc) 245 B
/** * Tests to see if the specified value is negative zero * * @param input The number to test * @returns true is the number is negative zero */ export declare function isNegativeZero(input: number): boolean; export default isNegativeZero;