Primitive
Primitive: string
| number
| bigint
| boolean
| symbol
| undefined
| null
プリミティブ値
Example
Exclude<string | object | undefined, Primitive>
See
Primitive: string
| number
| bigint
| boolean
| symbol
| undefined
| null
プリミティブ値
Example
Exclude<string | object | undefined, Primitive>
See