Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 264 Bytes

File metadata and controls

9 lines (6 loc) · 264 Bytes

typelab / aliases / NegativeInfinity

type NegativeInfinity = null;

Represents negative infinity in TypeScript as a constant value.

Not a real type for javascript built-in -Infinity or Number.NEGATIVE_INFINITY.