File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ Click the type names for complete docs.
239
239
- [ ` Arrayable ` ] ( source/arrayable.d.ts ) - Create a type that represents either the value or an array of the value.
240
240
- [ ` Includes ` ] ( source/includes.d.ts ) - Returns a boolean for whether the given array includes the given item.
241
241
- [ ` Join ` ] ( source/join.d.ts ) - Join an array of strings and/or numbers using the given string as a delimiter.
242
- - [ ` Reverse ` ] ( source/array- reverse.d.ts ) - Creates a new array type by Reversing the order of each element in the original array.
242
+ - [ ` Reverse ` ] ( source/reverse.d.ts ) - Creates a new array type by Reversing the order of each element in the original array.
243
243
- [ ` ArraySlice ` ] ( source/array-slice.d.ts ) - Returns an array slice of a given range, just like ` Array#slice() ` .
244
244
- [ ` LastArrayElement ` ] ( source/last-array-element.d.ts ) - Extracts the type of the last element of an array.
245
245
- [ ` FixedLengthArray ` ] ( source/fixed-length-array.d.ts ) - Create a type that represents an array of the given type and length.
You can’t perform that action at this time.
0 commit comments