UNPKG

@telerik/kendo-intl

Version:

A package exporting functions for date and number parsing and formatting

4 lines (3 loc) 88 B
export default function isNegativeZero(value) { return (1 / value === -Infinity); }