# PositiveInfinity

`type` in `services` · v0.7.1

<https://docs.seedcord.org/packages/services/0.7.1/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
- Numeric
