Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 263 Bytes

File metadata and controls

9 lines (6 loc) · 263 Bytes

typelab / aliases / PositiveInfinity

type PositiveInfinity = null;

Represents positive infinity in TypeScript as a constant value.

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