vtils

Home > types > NegativeInfinity

NegativeInfinity type

Matches the hidden -Infinity type.

Please upvote [this issue](https://github.com/microsoft/TypeScript/issues/32277) if you want to have this type as a built-in in TypeScript.

Signature:

export declare type NegativeInfinity = -1e999;