> For the complete documentation index, see [llms.txt](https://type.angular-package.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://type.angular-package.dev/type-draft/type/anynumber.md).

# AnyNumber

## `AnyNumber`

A [`number`](https://www.typescriptlang.org/docs/handbook/basic-types.html#number) type or an instance of a [`Number`](https://www.typescriptlang.org/docs/handbook/basic-types.html#number).

{% code title="any-number.type.ts" %}

```typescript
type AnyNumber = number | Number;
```

{% endcode %}

{% embed url="<https://github.com/angular-package/type/blob/main/src/type/any-number.type.ts>" %}
