• Tests whether the target is an array

    Parameters

    • target: any

      The value being checked.

      Example

      expect(isArray([1,2,3]).value).toBeTruthy()
      

    Returns Result<boolean | undefined>

Generated using TypeDoc