isArraytsfunction isArray(val): val is unknown[] Returns true if the specified value is an array. This is safer than using Array.isArray directly because it doesn't introduce an any type. Parameters ParameterTypeDescriptionvalunknownVariable to test. Returns val is unknown[] Whether variable is an array.Updated 4 months ago generateIframeAttributesisAnyDid this page help you?YesNo