# NegativeInfinity

`type` in `services` · v0.8.2

<https://docs.seedcord.org/packages/services/0.8.2/types/negative-infinity>

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.

## Declaration

```ts
type NegativeInfinity = -1e999;
```

## See also

- [PositiveInfinity](/packages/services/0.8.2/types/positive-infinity)
- [Numeric](/packages/services/0.8.2/types/positive-infinity)
