@zero-dependency/utilsFunctionsisArrayisArray CallableisArray(obj: unknown): obj is any[]Type guard function that checks whether the given object is an array.Parametersobj: unknownThe object to check.Returns obj is any[]Returns true if the object is an array of any type, otherwise false.
Type guard function that checks whether the given object is an array.