devtypes - v2.1.0
    Preparing search index...

    Type Alias JSONPrimitive

    JSONPrimitive: string | number | boolean | null

    All JSON primitive types.

    Includes the primitive types that can be represented in JSON format.

    type JP = JSONPrimitive;
    // string | number | boolean | null