devtypes
    Preparing search index...

    Type Alias Primitive

    Primitive: string | number | boolean | symbol | null | undefined

    Primitive types union

    type P = Primitive; // string | number | boolean | symbol | null | undefined