Home > @poq/transform > Primitive
Type utility to union string, boolean, and number.
Signature:
export declare type Primitive = string | boolean | number;