# PositiveInfinity

`type` in `services` · v0.8.2

<https://docs.seedcord.org/packages/services/0.8.2/types/positive-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 PositiveInfinity = 1e999;
```

## See also

- [NegativeInfinity](/packages/services/0.8.2/types/negative-infinity)
- [Numeric](/packages/services/0.8.2/types/negative-infinity)
