global
Externalโ
is.Map(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Map.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.String(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is String.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Date(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Date.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Set(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Set.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.URIError(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is URIError.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RegExp(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RegExp.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WeakSet(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WeakSet.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WeakMap(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WeakMap.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DataView(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DataView.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Float32Array(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Float32Array.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Int32Array(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Int32Array.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Uint8ClampedArray(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Uint8ClampedArray.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Int8Array(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Int8Array.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Uint8Array(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Uint8Array.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Int16Array(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Int16Array.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Uint16Array(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Uint16Array.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Uint32Array(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Uint32Array.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Float64Array(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Float64Array.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.BigInt64Array(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is BigInt64Array.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.BigUint64Array(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is BigUint64Array.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RangeError(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RangeError.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DOMException(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DOMException.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Error(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Error.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EvalError(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EvalError.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ReferenceError(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ReferenceError.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SyntaxError(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SyntaxError.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.TypeError(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is TypeError.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Algorithm(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Algorithm.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AssignedNodesOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AssignedNodesOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AudioBufferOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AudioBufferOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AudioBufferSourceOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AudioBufferSourceOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AudioConfiguration(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AudioConfiguration.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AudioContextOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AudioContextOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AudioNodeOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AudioNodeOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AudioTimestamp(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AudioTimestamp.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AuthenticationExtensionsClientInputs(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AuthenticationExtensionsClientInputs.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AuthenticationExtensionsClientOutputs(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AuthenticationExtensionsClientOutputs.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AuthenticatorSelectionCriteria(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AuthenticatorSelectionCriteria.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.BlobEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is BlobEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.BlobPropertyBag(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is BlobPropertyBag.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CSSStyleSheetInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CSSStyleSheetInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CacheQueryOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CacheQueryOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CanvasRenderingContext2DSettings(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CanvasRenderingContext2DSettings.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ClientQueryOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ClientQueryOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ClipboardItemOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ClipboardItemOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ComputedKeyframe(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ComputedKeyframe.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ConstantSourceOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ConstantSourceOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ConstrainBooleanParameters(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ConstrainBooleanParameters.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ConstrainDOMStringParameters(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ConstrainDOMStringParameters.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CredentialCreationOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CredentialCreationOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CredentialPropertiesOutput(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CredentialPropertiesOutput.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CredentialRequestOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CredentialRequestOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CryptoKeyPair(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CryptoKeyPair.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DOMMatrix2DInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DOMMatrix2DInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DOMPointInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DOMPointInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DOMQuadInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DOMQuadInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DOMRectInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DOMRectInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DeviceMotionEventAccelerationInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DeviceMotionEventAccelerationInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DeviceMotionEventRotationRateInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DeviceMotionEventRotationRateInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DisplayMediaStreamOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DisplayMediaStreamOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DocumentTimelineOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DocumentTimelineOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DoubleRange(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DoubleRange.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EffectTiming(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EffectTiming.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ElementCreationOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ElementCreationOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ElementDefinitionOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ElementDefinitionOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EventListenerOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EventListenerOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EventSourceInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EventSourceInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FileSystemFlags(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FileSystemFlags.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FileSystemGetDirectoryOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FileSystemGetDirectoryOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FileSystemGetFileOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FileSystemGetFileOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FileSystemRemoveOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FileSystemRemoveOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FocusOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FocusOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FontFaceDescriptors(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FontFaceDescriptors.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FullscreenOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FullscreenOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.GetAnimationsOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is GetAnimationsOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.GetNotificationOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is GetNotificationOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.GetRootNodeOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is GetRootNodeOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IDBDatabaseInfo(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IDBDatabaseInfo.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IDBIndexParameters(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IDBIndexParameters.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IDBObjectStoreParameters(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IDBObjectStoreParameters.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IDBTransactionOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IDBTransactionOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IdleRequestOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IdleRequestOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ImageBitmapOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ImageBitmapOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ImageBitmapRenderingContextSettings(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ImageBitmapRenderingContextSettings.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ImageDataSettings(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ImageDataSettings.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ImportMeta(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ImportMeta.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IntersectionObserverEntryInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IntersectionObserverEntryInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IntersectionObserverInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IntersectionObserverInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.JsonWebKey(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is JsonWebKey.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.KeyAlgorithm(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is KeyAlgorithm.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Keyframe(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Keyframe.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.LockInfo(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is LockInfo.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.LockManagerSnapshot(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is LockManagerSnapshot.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.LockOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is LockOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaCapabilitiesInfo(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaCapabilitiesInfo.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaConfiguration(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaConfiguration.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaElementAudioSourceOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaElementAudioSourceOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaImage(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaImage.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaKeySystemConfiguration(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaKeySystemConfiguration.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaKeySystemMediaCapability(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaKeySystemMediaCapability.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaMetadataInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaMetadataInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaPositionState(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaPositionState.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaRecorderOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaRecorderOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaSessionActionDetails(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaSessionActionDetails.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaStreamAudioSourceOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaStreamAudioSourceOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaStreamConstraints(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaStreamConstraints.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaTrackCapabilities(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaTrackCapabilities.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaTrackConstraintSet(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaTrackConstraintSet.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaTrackSettings(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaTrackSettings.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaTrackSupportedConstraints(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaTrackSupportedConstraints.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MutationObserverInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MutationObserverInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.NavigationPreloadState(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is NavigationPreloadState.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.NotificationAction(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is NotificationAction.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.NotificationOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is NotificationOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.OfflineAudioContextOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is OfflineAudioContextOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.OptionalEffectTiming(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is OptionalEffectTiming.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PaymentCurrencyAmount(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PaymentCurrencyAmount.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PaymentDetailsBase(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PaymentDetailsBase.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PaymentDetailsModifier(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PaymentDetailsModifier.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PaymentItem(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PaymentItem.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PaymentMethodData(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PaymentMethodData.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PaymentValidationErrors(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PaymentValidationErrors.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PerformanceMarkOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PerformanceMarkOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PerformanceMeasureOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PerformanceMeasureOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PerformanceObserverInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PerformanceObserverInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PeriodicWaveConstraints(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PeriodicWaveConstraints.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PermissionDescriptor(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PermissionDescriptor.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PositionOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PositionOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PropertyIndexedKeyframes(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PropertyIndexedKeyframes.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PublicKeyCredentialCreationOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PublicKeyCredentialCreationOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PublicKeyCredentialDescriptor(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PublicKeyCredentialDescriptor.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PublicKeyCredentialEntity(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PublicKeyCredentialEntity.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PublicKeyCredentialParameters(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PublicKeyCredentialParameters.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PublicKeyCredentialRequestOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PublicKeyCredentialRequestOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PushSubscriptionJSON(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PushSubscriptionJSON.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PushSubscriptionOptionsInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PushSubscriptionOptionsInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.QueuingStrategyInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is QueuingStrategyInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCCertificateExpiration(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCCertificateExpiration.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCConfiguration(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCConfiguration.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCDataChannelInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCDataChannelInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCDtlsFingerprint(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCDtlsFingerprint.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCEncodedAudioFrameMetadata(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCEncodedAudioFrameMetadata.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCEncodedVideoFrameMetadata(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCEncodedVideoFrameMetadata.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCErrorInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCErrorInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCIceCandidateInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCIceCandidateInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCIceServer(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCIceServer.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCLocalSessionDescriptionInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCLocalSessionDescriptionInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCOfferAnswerOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCOfferAnswerOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCRtcpParameters(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCRtcpParameters.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCRtpCapabilities(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCRtpCapabilities.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCRtpCodecCapability(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCRtpCodecCapability.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCRtpCodecParameters(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCRtpCodecParameters.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCRtpCodingParameters(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCRtpCodingParameters.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCRtpContributingSource(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCRtpContributingSource.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCRtpHeaderExtensionCapability(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCRtpHeaderExtensionCapability.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCRtpHeaderExtensionParameters(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCRtpHeaderExtensionParameters.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCRtpParameters(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCRtpParameters.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCRtpTransceiverInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCRtpTransceiverInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCSessionDescriptionInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCSessionDescriptionInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCStats(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCStats.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ReadableStreamGetReaderOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ReadableStreamGetReaderOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RegistrationOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RegistrationOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RequestInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RequestInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ResizeObserverOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ResizeObserverOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ResponseInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ResponseInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RsaOtherPrimesInfo(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RsaOtherPrimesInfo.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGBoundingBoxOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGBoundingBoxOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ScrollOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ScrollOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ShadowRootInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ShadowRootInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ShareData(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ShareData.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.StaticRangeInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is StaticRangeInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.StorageEstimate(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is StorageEstimate.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.StreamPipeOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is StreamPipeOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.StructuredSerializeOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is StructuredSerializeOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.TextDecodeOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is TextDecodeOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.TextDecoderOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is TextDecoderOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.TextEncoderEncodeIntoResult(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is TextEncoderEncodeIntoResult.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.TouchInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is TouchInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ULongRange(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ULongRange.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.UnderlyingByteSource(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is UnderlyingByteSource.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ValidityStateFlags(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ValidityStateFlags.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.VideoColorSpaceInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is VideoColorSpaceInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.VideoConfiguration(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is VideoConfiguration.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.VideoFrameCallbackMetadata(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is VideoFrameCallbackMetadata.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WebGLContextAttributes(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WebGLContextAttributes.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WorkerOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WorkerOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WorkletOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WorkletOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ANGLE_instanced_arrays(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ANGLE_instanced_arrays.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ARIAMixin(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ARIAMixin.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AbortController(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AbortController.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AbstractRange(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AbstractRange.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AbstractWorker(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AbstractWorker.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Animatable(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Animatable.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AnimationEffect(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AnimationEffect.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AnimationFrameProvider(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AnimationFrameProvider.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AnimationTimeline(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AnimationTimeline.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AudioBuffer(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AudioBuffer.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AudioListener(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AudioListener.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AudioParam(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AudioParam.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AuthenticatorResponse(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AuthenticatorResponse.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.BarProp(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is BarProp.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Blob(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Blob.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Body(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Body.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CSSRule(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CSSRule.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CSSRuleList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CSSRuleList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CSSStyleDeclaration(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CSSStyleDeclaration.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Cache(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Cache.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CacheStorage(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CacheStorage.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CanvasCompositing(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CanvasCompositing.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CanvasDrawImage(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CanvasDrawImage.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CanvasDrawPath(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CanvasDrawPath.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CanvasFillStrokeStyles(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CanvasFillStrokeStyles.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CanvasFilters(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CanvasFilters.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CanvasGradient(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CanvasGradient.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CanvasImageData(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CanvasImageData.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CanvasImageSmoothing(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CanvasImageSmoothing.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CanvasPath(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CanvasPath.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CanvasPathDrawingStyles(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CanvasPathDrawingStyles.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CanvasPattern(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CanvasPattern.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CanvasRect(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CanvasRect.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CanvasShadowStyles(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CanvasShadowStyles.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CanvasState(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CanvasState.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CanvasText(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CanvasText.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CanvasTextDrawingStyles(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CanvasTextDrawingStyles.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CanvasTransform(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CanvasTransform.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CanvasUserInterface(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CanvasUserInterface.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ClipboardItem(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ClipboardItem.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Credential(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Credential.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CredentialsContainer(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CredentialsContainer.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Crypto(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Crypto.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CryptoKey(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CryptoKey.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CustomElementRegistry(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CustomElementRegistry.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DOMImplementation(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DOMImplementation.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DOMMatrixReadOnly(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DOMMatrixReadOnly.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DOMParser(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DOMParser.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DOMPointReadOnly(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DOMPointReadOnly.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DOMQuad(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DOMQuad.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DOMRectList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DOMRectList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DOMRectReadOnly(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DOMRectReadOnly.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DOMStringList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DOMStringList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DOMTokenList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DOMTokenList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DataTransfer(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DataTransfer.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DataTransferItem(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DataTransferItem.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DataTransferItemList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DataTransferItemList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DeviceMotionEventAcceleration(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DeviceMotionEventAcceleration.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DeviceMotionEventRotationRate(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DeviceMotionEventRotationRate.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DocumentAndElementEventHandlers(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DocumentAndElementEventHandlers.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DocumentOrShadowRoot(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DocumentOrShadowRoot.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EXT_blend_minmax(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EXT_blend_minmax.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EXT_color_buffer_float(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EXT_color_buffer_float.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EXT_color_buffer_half_float(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EXT_color_buffer_half_float.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EXT_float_blend(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EXT_float_blend.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EXT_frag_depth(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EXT_frag_depth.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EXT_sRGB(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EXT_sRGB.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EXT_shader_texture_lod(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EXT_shader_texture_lod.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EXT_texture_compression_bptc(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EXT_texture_compression_bptc.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EXT_texture_compression_rgtc(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EXT_texture_compression_rgtc.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EXT_texture_filter_anisotropic(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EXT_texture_filter_anisotropic.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EXT_texture_norm16(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EXT_texture_norm16.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ElementCSSInlineStyle(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ElementCSSInlineStyle.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ElementContentEditable(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ElementContentEditable.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Event(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Event.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EventCounts(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EventCounts.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EventListener(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EventListener.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EventListenerObject(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EventListenerObject.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EventTarget(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EventTarget.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.External(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is External.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FileList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FileList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FileSystem(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FileSystem.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FileSystemDirectoryReader(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FileSystemDirectoryReader.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FileSystemEntry(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FileSystemEntry.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FileSystemHandle(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FileSystemHandle.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FontFace(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FontFace.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FontFaceSource(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FontFaceSource.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FormData(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FormData.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Gamepad(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Gamepad.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.GamepadButton(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is GamepadButton.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.GamepadHapticActuator(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is GamepadHapticActuator.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.GenericTransformStream(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is GenericTransformStream.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Geolocation(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Geolocation.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.GeolocationCoordinates(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is GeolocationCoordinates.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.GeolocationPosition(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is GeolocationPosition.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.GeolocationPositionError(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is GeolocationPositionError.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.GlobalEventHandlers(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is GlobalEventHandlers.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Headers(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Headers.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.History(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is History.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IDBCursor(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IDBCursor.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IDBFactory(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IDBFactory.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IDBIndex(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IDBIndex.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IDBKeyRange(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IDBKeyRange.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IDBObjectStore(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IDBObjectStore.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IdleDeadline(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IdleDeadline.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ImageBitmap(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ImageBitmap.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ImageBitmapRenderingContext(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ImageBitmapRenderingContext.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ImageData(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ImageData.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.InnerHTML(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is InnerHTML.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IntersectionObserver(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IntersectionObserver.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IntersectionObserverEntry(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IntersectionObserverEntry.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.KHR_parallel_shader_compile(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is KHR_parallel_shader_compile.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.LinkStyle(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is LinkStyle.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Location(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Location.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Lock(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Lock.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.LockManager(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is LockManager.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaCapabilities(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaCapabilities.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaDeviceInfo(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaDeviceInfo.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaError(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaError.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaKeySystemAccess(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaKeySystemAccess.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaKeys(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaKeys.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaMetadata(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaMetadata.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaSession(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaSession.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MessageChannel(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MessageChannel.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MimeType(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MimeType.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MimeTypeArray(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MimeTypeArray.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MutationObserver(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MutationObserver.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MutationRecord(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MutationRecord.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.NavigationPreloadManager(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is NavigationPreloadManager.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.NavigatorAutomationInformation(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is NavigatorAutomationInformation.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.NavigatorConcurrentHardware(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is NavigatorConcurrentHardware.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.NavigatorContentUtils(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is NavigatorContentUtils.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.NavigatorCookies(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is NavigatorCookies.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.NavigatorID(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is NavigatorID.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.NavigatorLanguage(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is NavigatorLanguage.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.NavigatorLocks(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is NavigatorLocks.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.NavigatorOnLine(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is NavigatorOnLine.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.NavigatorPlugins(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is NavigatorPlugins.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.NavigatorStorage(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is NavigatorStorage.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.NodeIterator(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is NodeIterator.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.NodeList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is NodeList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.NonDocumentTypeChildNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is NonDocumentTypeChildNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.NonElementParentNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is NonElementParentNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.OES_draw_buffers_indexed(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is OES_draw_buffers_indexed.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.OES_element_index_uint(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is OES_element_index_uint.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.OES_standard_derivatives(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is OES_standard_derivatives.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.OES_texture_float(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is OES_texture_float.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.OES_texture_float_linear(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is OES_texture_float_linear.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.OES_texture_half_float(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is OES_texture_half_float.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.OES_texture_half_float_linear(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is OES_texture_half_float_linear.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.OES_vertex_array_object(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is OES_vertex_array_object.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.OVR_multiview2(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is OVR_multiview2.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PerformanceEntry(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PerformanceEntry.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PerformanceNavigation(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PerformanceNavigation.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PerformanceObserver(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PerformanceObserver.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PerformanceObserverEntryList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PerformanceObserverEntryList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PerformanceServerTiming(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PerformanceServerTiming.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PerformanceTiming(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PerformanceTiming.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PeriodicWave(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PeriodicWave.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Permissions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Permissions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Plugin(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Plugin.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PluginArray(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PluginArray.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PushManager(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PushManager.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PushSubscription(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PushSubscription.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PushSubscriptionOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PushSubscriptionOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCCertificate(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCCertificate.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCEncodedAudioFrame(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCEncodedAudioFrame.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCEncodedVideoFrame(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCEncodedVideoFrame.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCIceCandidate(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCIceCandidate.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCRtpReceiver(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCRtpReceiver.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCRtpSender(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCRtpSender.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCRtpTransceiver(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCRtpTransceiver.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCSessionDescription(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCSessionDescription.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCStatsReport(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCStatsReport.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ReadableByteStreamController(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ReadableByteStreamController.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ReadableStreamBYOBRequest(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ReadableStreamBYOBRequest.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ReadableStreamGenericReader(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ReadableStreamGenericReader.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ResizeObserver(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ResizeObserver.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ResizeObserverEntry(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ResizeObserverEntry.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ResizeObserverSize(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ResizeObserverSize.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGAngle(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGAngle.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGAnimatedAngle(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGAnimatedAngle.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGAnimatedBoolean(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGAnimatedBoolean.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGAnimatedEnumeration(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGAnimatedEnumeration.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGAnimatedInteger(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGAnimatedInteger.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGAnimatedLength(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGAnimatedLength.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGAnimatedLengthList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGAnimatedLengthList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGAnimatedNumber(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGAnimatedNumber.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGAnimatedNumberList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGAnimatedNumberList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGAnimatedPoints(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGAnimatedPoints.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGAnimatedPreserveAspectRatio(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGAnimatedPreserveAspectRatio.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGAnimatedRect(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGAnimatedRect.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGAnimatedString(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGAnimatedString.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGAnimatedTransformList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGAnimatedTransformList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGFilterPrimitiveStandardAttributes(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGFilterPrimitiveStandardAttributes.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGFitToViewBox(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGFitToViewBox.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGLength(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGLength.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGLengthList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGLengthList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGNumber(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGNumber.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGNumberList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGNumberList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGPointList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGPointList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGPreserveAspectRatio(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGPreserveAspectRatio.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGStringList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGStringList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGTests(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGTests.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGTransform(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGTransform.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGTransformList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGTransformList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGURIReference(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGURIReference.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGUnitTypes(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGUnitTypes.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Screen(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Screen.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Selection(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Selection.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Slottable(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Slottable.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SpeechRecognitionAlternative(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SpeechRecognitionAlternative.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SpeechRecognitionResult(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SpeechRecognitionResult.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SpeechRecognitionResultList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SpeechRecognitionResultList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SpeechSynthesisVoice(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SpeechSynthesisVoice.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Storage(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Storage.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.StorageManager(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is StorageManager.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.StyleMedia(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is StyleMedia.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.StyleSheet(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is StyleSheet.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.StyleSheetList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is StyleSheetList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SubtleCrypto(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SubtleCrypto.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.TextDecoderCommon(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is TextDecoderCommon.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.TextEncoderCommon(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is TextEncoderCommon.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.TextMetrics(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is TextMetrics.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.TextTrackCueList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is TextTrackCueList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.TimeRanges(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is TimeRanges.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Touch(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Touch.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.TouchList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is TouchList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.TreeWalker(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is TreeWalker.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.URL(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is URL.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.URLSearchParams(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is URLSearchParams.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.VTTRegion(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is VTTRegion.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ValidityState(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ValidityState.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.VideoColorSpace(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is VideoColorSpace.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.VideoPlaybackQuality(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is VideoPlaybackQuality.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WEBGL_color_buffer_float(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WEBGL_color_buffer_float.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WEBGL_compressed_texture_astc(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WEBGL_compressed_texture_astc.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WEBGL_compressed_texture_etc(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WEBGL_compressed_texture_etc.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WEBGL_compressed_texture_etc1(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WEBGL_compressed_texture_etc1.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WEBGL_compressed_texture_s3tc(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WEBGL_compressed_texture_s3tc.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WEBGL_compressed_texture_s3tc_srgb(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WEBGL_compressed_texture_s3tc_srgb.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WEBGL_debug_renderer_info(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WEBGL_debug_renderer_info.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WEBGL_debug_shaders(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WEBGL_debug_shaders.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WEBGL_depth_texture(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WEBGL_depth_texture.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WEBGL_draw_buffers(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WEBGL_draw_buffers.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WEBGL_lose_context(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WEBGL_lose_context.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WEBGL_multi_draw(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WEBGL_multi_draw.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WebGL2RenderingContextBase(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WebGL2RenderingContextBase.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WebGL2RenderingContextOverloads(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WebGL2RenderingContextOverloads.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WebGLActiveInfo(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WebGLActiveInfo.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WebGLBuffer(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WebGLBuffer.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WebGLFramebuffer(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WebGLFramebuffer.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WebGLProgram(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WebGLProgram.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WebGLQuery(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WebGLQuery.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WebGLRenderbuffer(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WebGLRenderbuffer.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WebGLRenderingContextBase(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WebGLRenderingContextBase.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WebGLRenderingContextOverloads(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WebGLRenderingContextOverloads.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WebGLSampler(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WebGLSampler.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WebGLShader(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WebGLShader.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WebGLShaderPrecisionFormat(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WebGLShaderPrecisionFormat.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WebGLSync(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WebGLSync.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WebGLTexture(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WebGLTexture.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WebGLTransformFeedback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WebGLTransformFeedback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WebGLUniformLocation(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WebGLUniformLocation.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WebGLVertexArrayObject(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WebGLVertexArrayObject.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WebGLVertexArrayObjectOES(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WebGLVertexArrayObjectOES.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WindowEventHandlers(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WindowEventHandlers.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WindowLocalStorage(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WindowLocalStorage.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WindowOrWorkerGlobalScope(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WindowOrWorkerGlobalScope.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WindowSessionStorage(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WindowSessionStorage.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Worklet(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Worklet.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WritableStreamDefaultController(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WritableStreamDefaultController.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.XMLSerializer(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is XMLSerializer.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.XPathEvaluatorBase(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is XPathEvaluatorBase.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.XPathExpression(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is XPathExpression.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.XPathResult(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is XPathResult.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.XSLTProcessor(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is XSLTProcessor.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.BlobCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is BlobCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CustomElementConstructor(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CustomElementConstructor.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DecodeErrorCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DecodeErrorCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DecodeSuccessCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DecodeSuccessCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ErrorCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ErrorCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FileCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FileCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FileSystemEntriesCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FileSystemEntriesCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FileSystemEntryCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FileSystemEntryCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FrameRequestCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FrameRequestCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FunctionStringCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FunctionStringCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IdleRequestCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IdleRequestCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IntersectionObserverCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IntersectionObserverCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.LockGrantedCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is LockGrantedCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaSessionActionHandler(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaSessionActionHandler.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MutationCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MutationCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.NotificationPermissionCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is NotificationPermissionCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.OnBeforeUnloadEventHandlerNonNull(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is OnBeforeUnloadEventHandlerNonNull.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.OnErrorEventHandlerNonNull(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is OnErrorEventHandlerNonNull.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PerformanceObserverCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PerformanceObserverCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PositionCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PositionCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PositionErrorCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PositionErrorCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCPeerConnectionErrorCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCPeerConnectionErrorCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCSessionDescriptionCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCSessionDescriptionCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RemotePlaybackAvailabilityCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RemotePlaybackAvailabilityCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ResizeObserverCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ResizeObserverCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.UnderlyingSinkAbortCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is UnderlyingSinkAbortCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.UnderlyingSinkCloseCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is UnderlyingSinkCloseCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.UnderlyingSinkStartCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is UnderlyingSinkStartCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.UnderlyingSourceCancelCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is UnderlyingSourceCancelCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.VideoFrameRequestCallback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is VideoFrameRequestCallback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.VoidFunction(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is VoidFunction.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AddEventListenerOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AddEventListenerOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AesCbcParams(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AesCbcParams.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AesCtrParams(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AesCtrParams.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AesDerivedKeyParams(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AesDerivedKeyParams.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AesGcmParams(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AesGcmParams.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AesKeyAlgorithm(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AesKeyAlgorithm.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AesKeyGenParams(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AesKeyGenParams.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AnalyserOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AnalyserOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AnimationEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AnimationEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AnimationPlaybackEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AnimationPlaybackEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AudioProcessingEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AudioProcessingEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AudioWorkletNodeOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AudioWorkletNodeOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.BiquadFilterOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is BiquadFilterOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ChannelMergerOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ChannelMergerOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ChannelSplitterOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ChannelSplitterOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ClipboardEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ClipboardEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CloseEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CloseEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CompositionEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CompositionEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ComputedEffectTiming(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ComputedEffectTiming.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ConstrainDoubleRange(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ConstrainDoubleRange.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ConstrainULongRange(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ConstrainULongRange.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ConvolverOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ConvolverOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DOMMatrixInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DOMMatrixInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DelayOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DelayOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DeviceMotionEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DeviceMotionEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DeviceOrientationEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DeviceOrientationEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DragEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DragEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DynamicsCompressorOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DynamicsCompressorOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EcKeyAlgorithm(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EcKeyAlgorithm.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EcKeyGenParams(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EcKeyGenParams.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EcKeyImportParams(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EcKeyImportParams.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EcdhKeyDeriveParams(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EcdhKeyDeriveParams.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EcdsaParams(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EcdsaParams.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ErrorEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ErrorEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EventModifierInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EventModifierInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FilePropertyBag(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FilePropertyBag.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FocusEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FocusEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FontFaceSetLoadEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FontFaceSetLoadEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FormDataEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FormDataEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.GainOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is GainOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.GamepadEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is GamepadEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HashChangeEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is HashChangeEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HkdfParams(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is HkdfParams.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HmacImportParams(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is HmacImportParams.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HmacKeyAlgorithm(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is HmacKeyAlgorithm.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HmacKeyGenParams(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is HmacKeyGenParams.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IDBVersionChangeEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IDBVersionChangeEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IIRFilterOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IIRFilterOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.InputEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is InputEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.KeyboardEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is KeyboardEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.KeyframeAnimationOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is KeyframeAnimationOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.KeyframeEffectOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is KeyframeEffectOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaCapabilitiesDecodingInfo(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaCapabilitiesDecodingInfo.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaCapabilitiesEncodingInfo(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaCapabilitiesEncodingInfo.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaDecodingConfiguration(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaDecodingConfiguration.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaEncodingConfiguration(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaEncodingConfiguration.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaEncryptedEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaEncryptedEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaKeyMessageEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaKeyMessageEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaQueryListEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaQueryListEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaStreamTrackEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaStreamTrackEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaTrackConstraints(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaTrackConstraints.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MouseEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MouseEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MultiCacheQueryOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MultiCacheQueryOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.OfflineAudioCompletionEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is OfflineAudioCompletionEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.OscillatorOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is OscillatorOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PageTransitionEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PageTransitionEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PannerOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PannerOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PaymentDetailsInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PaymentDetailsInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PaymentDetailsUpdate(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PaymentDetailsUpdate.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PaymentMethodChangeEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PaymentMethodChangeEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PaymentRequestUpdateEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PaymentRequestUpdateEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Pbkdf2Params(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Pbkdf2Params.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PeriodicWaveOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PeriodicWaveOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PictureInPictureEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PictureInPictureEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PointerEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PointerEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PopStateEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PopStateEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ProgressEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ProgressEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PromiseRejectionEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PromiseRejectionEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PublicKeyCredentialRpEntity(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PublicKeyCredentialRpEntity.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PublicKeyCredentialUserEntity(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PublicKeyCredentialUserEntity.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCAnswerOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCAnswerOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCDTMFToneChangeEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCDTMFToneChangeEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCDataChannelEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCDataChannelEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCErrorEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCErrorEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCIceCandidatePairStats(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCIceCandidatePairStats.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCInboundRtpStreamStats(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCInboundRtpStreamStats.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCOfferOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCOfferOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCOutboundRtpStreamStats(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCOutboundRtpStreamStats.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCPeerConnectionIceErrorEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCPeerConnectionIceErrorEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCPeerConnectionIceEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCPeerConnectionIceEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCReceivedRtpStreamStats(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCReceivedRtpStreamStats.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCRtpEncodingParameters(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCRtpEncodingParameters.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCRtpReceiveParameters(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCRtpReceiveParameters.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCRtpSendParameters(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCRtpSendParameters.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCRtpStreamStats(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCRtpStreamStats.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCRtpSynchronizationSource(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCRtpSynchronizationSource.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCSentRtpStreamStats(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCSentRtpStreamStats.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCTrackEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCTrackEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCTransportStats(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCTransportStats.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RsaHashedImportParams(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RsaHashedImportParams.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RsaHashedKeyAlgorithm(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RsaHashedKeyAlgorithm.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RsaHashedKeyGenParams(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RsaHashedKeyGenParams.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RsaKeyAlgorithm(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RsaKeyAlgorithm.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RsaKeyGenParams(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RsaKeyGenParams.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RsaOaepParams(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RsaOaepParams.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RsaPssParams(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RsaPssParams.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ScrollIntoViewOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ScrollIntoViewOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ScrollToOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ScrollToOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SecurityPolicyViolationEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SecurityPolicyViolationEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SpeechSynthesisErrorEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SpeechSynthesisErrorEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SpeechSynthesisEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SpeechSynthesisEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.StereoPannerOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is StereoPannerOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.StorageEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is StorageEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SubmitEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SubmitEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.TouchEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is TouchEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.TrackEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is TrackEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.TransitionEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is TransitionEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.UIEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is UIEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WaveShaperOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WaveShaperOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WebGLContextEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WebGLContextEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WheelEventInit(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WheelEventInit.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WindowPostMessageOptions(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WindowPostMessageOptions.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AbortSignal(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AbortSignal.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AnalyserNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AnalyserNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Animation(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Animation.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AnimationEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AnimationEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AnimationPlaybackEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AnimationPlaybackEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Attr(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Attr.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AudioBufferSourceNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AudioBufferSourceNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AudioContext(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AudioContext.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AudioDestinationNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AudioDestinationNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AudioNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AudioNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AudioProcessingEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AudioProcessingEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AudioScheduledSourceNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AudioScheduledSourceNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AudioWorklet(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AudioWorklet.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AudioWorkletNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AudioWorkletNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AuthenticatorAssertionResponse(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AuthenticatorAssertionResponse.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.AuthenticatorAttestationResponse(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is AuthenticatorAttestationResponse.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.BaseAudioContext(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is BaseAudioContext.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.BeforeUnloadEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is BeforeUnloadEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.BiquadFilterNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is BiquadFilterNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.BlobEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is BlobEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.BroadcastChannel(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is BroadcastChannel.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CDATASection(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CDATASection.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CSSAnimation(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CSSAnimation.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CSSConditionRule(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CSSConditionRule.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CSSContainerRule(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CSSContainerRule.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CSSCounterStyleRule(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CSSCounterStyleRule.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CSSFontFaceRule(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CSSFontFaceRule.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CSSFontPaletteValuesRule(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CSSFontPaletteValuesRule.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CSSGroupingRule(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CSSGroupingRule.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CSSImportRule(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CSSImportRule.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CSSKeyframeRule(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CSSKeyframeRule.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CSSKeyframesRule(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CSSKeyframesRule.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CSSLayerBlockRule(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CSSLayerBlockRule.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CSSLayerStatementRule(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CSSLayerStatementRule.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CSSMediaRule(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CSSMediaRule.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CSSNamespaceRule(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CSSNamespaceRule.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CSSPageRule(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CSSPageRule.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CSSStyleRule(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CSSStyleRule.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CSSStyleSheet(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CSSStyleSheet.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CSSSupportsRule(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CSSSupportsRule.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CSSTransition(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CSSTransition.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CanvasCaptureMediaStreamTrack(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CanvasCaptureMediaStreamTrack.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ChannelMergerNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ChannelMergerNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ChannelSplitterNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ChannelSplitterNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ChildNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ChildNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ClientRect(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ClientRect.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Clipboard(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Clipboard.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ClipboardEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ClipboardEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CloseEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CloseEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Comment(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Comment.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CompositionEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CompositionEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ConstantSourceNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ConstantSourceNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ConvolverNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ConvolverNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.CountQueuingStrategy(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is CountQueuingStrategy.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DOMMatrix(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DOMMatrix.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DOMPoint(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DOMPoint.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DOMRect(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DOMRect.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DelayNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DelayNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DeviceMotionEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DeviceMotionEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DeviceOrientationEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DeviceOrientationEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DocumentTimeline(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DocumentTimeline.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DragEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DragEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.DynamicsCompressorNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is DynamicsCompressorNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ElementInternals(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ElementInternals.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ErrorEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ErrorEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.EventSource(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is EventSource.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.File(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is File.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FileReader(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FileReader.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FileSystemDirectoryEntry(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FileSystemDirectoryEntry.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FileSystemDirectoryHandle(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FileSystemDirectoryHandle.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FileSystemFileEntry(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FileSystemFileEntry.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FileSystemFileHandle(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FileSystemFileHandle.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FocusEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FocusEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FontFaceSet(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FontFaceSet.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FontFaceSetLoadEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FontFaceSetLoadEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.FormDataEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is FormDataEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.GainNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is GainNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.GamepadEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is GamepadEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.HashChangeEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is HashChangeEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IDBCursorWithValue(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IDBCursorWithValue.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IDBDatabase(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IDBDatabase.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IDBTransaction(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IDBTransaction.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IDBVersionChangeEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IDBVersionChangeEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.IIRFilterNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is IIRFilterNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.InputDeviceInfo(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is InputDeviceInfo.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.InputEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is InputEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.KeyboardEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is KeyboardEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.KeyframeEffect(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is KeyframeEffect.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaDevices(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaDevices.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaElementAudioSourceNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaElementAudioSourceNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaEncryptedEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaEncryptedEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaKeyMessageEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaKeyMessageEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaKeySession(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaKeySession.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaQueryList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaQueryList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaQueryListEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaQueryListEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaRecorder(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaRecorder.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaSource(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaSource.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaStream(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaStream.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaStreamAudioDestinationNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaStreamAudioDestinationNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaStreamAudioSourceNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaStreamAudioSourceNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaStreamTrack(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaStreamTrack.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MediaStreamTrackEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MediaStreamTrackEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MessagePort(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MessagePort.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MouseEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MouseEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.MutationEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is MutationEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Node(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Node.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Notification(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Notification.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.OfflineAudioCompletionEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is OfflineAudioCompletionEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.OfflineAudioContext(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is OfflineAudioContext.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.OffscreenCanvas(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is OffscreenCanvas.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.OscillatorNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is OscillatorNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.OverconstrainedError(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is OverconstrainedError.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PageTransitionEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PageTransitionEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PannerNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PannerNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ParentNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ParentNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Path2D(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Path2D.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PaymentMethodChangeEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PaymentMethodChangeEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PaymentRequest(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PaymentRequest.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PaymentRequestUpdateEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PaymentRequestUpdateEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PaymentResponse(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PaymentResponse.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Performance(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Performance.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PerformanceEventTiming(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PerformanceEventTiming.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PerformanceMark(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PerformanceMark.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PerformanceMeasure(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PerformanceMeasure.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PerformanceNavigationTiming(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PerformanceNavigationTiming.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PerformancePaintTiming(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PerformancePaintTiming.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PerformanceResourceTiming(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PerformanceResourceTiming.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PermissionStatus(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PermissionStatus.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PictureInPictureEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PictureInPictureEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PictureInPictureWindow(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PictureInPictureWindow.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PointerEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PointerEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PopStateEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PopStateEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PromiseRejectionEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PromiseRejectionEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.PublicKeyCredential(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is PublicKeyCredential.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCDTMFSender(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCDTMFSender.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCDTMFToneChangeEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCDTMFToneChangeEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCDataChannel(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCDataChannel.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCDataChannelEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCDataChannelEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCDtlsTransport(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCDtlsTransport.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCError(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCError.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCErrorEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCErrorEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCIceTransport(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCIceTransport.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCPeerConnection(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCPeerConnection.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCPeerConnectionIceErrorEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCPeerConnectionIceErrorEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCPeerConnectionIceEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCPeerConnectionIceEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCSctpTransport(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCSctpTransport.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RTCTrackEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RTCTrackEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RadioNodeList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RadioNodeList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Range(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Range.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ReadableStreamBYOBReader(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ReadableStreamBYOBReader.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.RemotePlayback(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is RemotePlayback.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Request(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Request.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.Response(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is Response.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGAnimateElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGAnimateElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGAnimateMotionElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGAnimateMotionElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGAnimateTransformElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGAnimateTransformElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGCircleElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGCircleElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGClipPathElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGClipPathElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGComponentTransferFunctionElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGComponentTransferFunctionElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGDefsElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGDefsElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGDescElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGDescElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGEllipseElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGEllipseElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGFEDistantLightElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGFEDistantLightElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGFEFuncAElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGFEFuncAElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGFEFuncBElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGFEFuncBElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGFEFuncGElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGFEFuncGElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGFEFuncRElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGFEFuncRElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGFEMergeNodeElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGFEMergeNodeElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGFEPointLightElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGFEPointLightElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGFESpotLightElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGFESpotLightElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGForeignObjectElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGForeignObjectElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGGElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGGElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGGeometryElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGGeometryElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGLineElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGLineElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGLinearGradientElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGLinearGradientElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGMaskElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGMaskElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGMetadataElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGMetadataElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGPathElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGPathElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGRadialGradientElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGRadialGradientElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGRectElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGRectElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGSetElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGSetElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGStopElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGStopElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGSwitchElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGSwitchElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGTSpanElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGTSpanElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGTextContentElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGTextContentElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGTextElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGTextElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGTextPositioningElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGTextPositioningElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SVGTitleElement(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SVGTitleElement.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ScreenOrientation(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ScreenOrientation.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ScriptProcessorNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ScriptProcessorNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SecurityPolicyViolationEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SecurityPolicyViolationEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ServiceWorkerContainer(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ServiceWorkerContainer.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.ServiceWorkerRegistration(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is ServiceWorkerRegistration.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SourceBuffer(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SourceBuffer.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SourceBufferList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SourceBufferList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SpeechSynthesis(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SpeechSynthesis.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SpeechSynthesisErrorEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SpeechSynthesisErrorEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SpeechSynthesisEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SpeechSynthesisEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SpeechSynthesisUtterance(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SpeechSynthesisUtterance.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.StaticRange(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is StaticRange.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.StereoPannerNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is StereoPannerNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.StorageEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is StorageEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.SubmitEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is SubmitEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.TextDecoder(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is TextDecoder.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.TextEncoder(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is TextEncoder.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.TextTrack(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is TextTrack.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.TextTrackCue(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is TextTrackCue.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.TextTrackList(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is TextTrackList.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.TouchEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is TouchEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.TrackEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is TrackEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.TransitionEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is TransitionEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.UIEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is UIEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.VTTCue(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is VTTCue.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.VisualViewport(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is VisualViewport.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WaveShaperNode(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WaveShaperNode.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WebGLContextEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WebGLContextEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WebSocket(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WebSocket.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.WheelEvent(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is WheelEvent.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.XMLDocument(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is XMLDocument.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.XMLHttpRequest(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is XMLHttpRequest.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.XMLHttpRequestEventTarget(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is XMLHttpRequestEventTarget.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.XMLHttpRequestUpload(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is XMLHttpRequestUpload.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true
is.XPathEvaluator(target: unknown)โ
- Target argument: required.
- Checks if the given "target" type is XPathEvaluator.
// And all other known types will return false
// Reversal boolean result
// And all other known types will return true