JSType Constants that identify the type of a JavaScript value. Declarationstruct JSType TopicsConstantskJSTypeUndefinedkJSTypeNullkJSTypeBooleankJSTypeNumberkJSTypeStringkJSTypeObjectkJSTypeSymbolInitializersinit(_:)init(rawValue:)rawValue RelationshipsConforms ToBitwiseCopyableEquatableHashableRawRepresentableSendable See AlsoTesting the Value’s TypeJSValueGetType(_:_:)JSValueIsUndefined(_:_:)JSValueIsNull(_:_:)JSValueIsBoolean(_:_:)JSValueIsNumber(_:_:)JSValueIsString(_:_:)JSValueIsSymbol(_:_:)JSValueIsObject(_:_:)JSValueIsObjectOfClass(_:_:_:)JSValueIsArray(_:_:)JSValueIsDate(_:_:)JSValueGetTypedArrayType(_:_:_:)