@snailicide/build-config / utilities / Primitive
Primitive
ts
type Primitive = null | undefined | string | number | boolean | symbol | bigint;Defined in: node_modules/.pnpm/type-fest@4.41.0/node_modules/type-fest/source/primitive.d.ts:6
Matches any primitive value.