Function isStringArray

  • Predicate with type guard to check if a value is a string array. Empty arrays will also be declared as string arrays.

    Returns

    True if not undefined.

    Parameters

    • value: readonly unknown[]

      Possible string array.

    Returns value is string[]

Generated using TypeDoc