devtypes - v2.0.0
    Preparing search index...

    Type Alias JSONNonPrimitive

    JSONNonPrimitive: bigint | symbol | Function

    All non-primitive JSON types.

    Represents JSON values that are not primitives, such as arrays and objects.

    type JNP = JSONNonPrimitive;  // bigint | symbol | Function