• Preparing search index...
  • The search index is not available
Theia TypeDoc
  • Theia TypeDoc
  • plugin-ext
  • isNonEmptyArray

Function isNonEmptyArray

  • isNonEmptyArray<T>(obj): obj is T[]
  • Type Parameters

    • T

    Parameters

    • obj: undefined | null | T[]

    Returns obj is T[]

    True if the provided object is an array and has at least one element.

    • Defined in packages/plugin-ext/src/common/arrays.ts:32
  • isNonEmptyArray<T>(obj): obj is readonly T[]
  • Type Parameters

    • T

    Parameters

    • obj: undefined | null | readonly T[]

    Returns obj is readonly T[]

    • Defined in packages/plugin-ext/src/common/arrays.ts:33

Settings

Member Visibility

Theme

Theia TypeDoc
  • Loading...