refIsElementArray

Verifies that a ref is an array containing at least one Element.

function refIsElementArray(value: unknown): value is Element[];
  • value - The value to type check.

Returns true if the ref is an Element array with at least one item, otherwise false.

Sök

Esc för att stänga Pil upp/ner för att navigera Enter för att välja

Välj version

Var god vänta, laddar versionsdata...