@technobuddha > library > Array > Operations
Type Alias: CollapsiblePrimitive
ts
type CollapsiblePrimitive = Exclude<Primitive, null | undefined>;Defined in: collapse.ts:12
Represents a primitive type that excludes null and undefined.
See
Primitive