Returns all the elements of an array except the last one
initial([1, 2, 3]); // [1, 2]
Generated using TypeDoc
Returns all the elements of an array except the last one
Example