> 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/primitive.md).

# Primitive

## `Primitive`

All primitives types.

{% code title="primitive.type.ts" %}

```typescript
type Primitive =
  | boolean
  | bigint
  | null
  | number
  | string
  | symbol
  | undefined;
```

{% endcode %}

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