devtypes - v2.0.0
    Preparing search index...

    Type Alias JSONPrimitive

    JSONPrimitive: string | number | boolean | null | undefined

    All JSON primitive types.

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

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