stack

Home > @infiniteobjects/type-utils > Primitive

Primitive type

Matches any primitive value. https://developer.mozilla.org/en-US/docs/Glossary/Primitive

Signature:

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