Skip to content

Commit e133b8f

Browse files
committed
Add docs
1 parent f70602d commit e133b8f

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

docs/.nojekyll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.

docs/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
@rbxts/reverse-array
2+
3+
# @rbxts/reverse-array
4+
5+
## Table of contents
6+
7+
### Functions
8+
9+
- [reverseArray](README.md#reversearray)
10+
11+
## Functions
12+
13+
### reverseArray
14+
15+
**reverseArray**<`T`\>(`array`): `T`[]
16+
17+
#### Type parameters
18+
19+
| Name | Type |
20+
| :------ | :------ |
21+
| `T` | extends `defined` |
22+
23+
#### Parameters
24+
25+
| Name | Type |
26+
| :------ | :------ |
27+
| `array` | readonly `T`[] |
28+
29+
#### Returns
30+
31+
`T`[]
32+
33+
#### Defined in
34+
35+
[functions/ReverseArray.ts:1](https://github.com/Bytebit-Org/roblox-ReverseArray/blob/f70602d/src/functions/ReverseArray.ts#L1)

0 commit comments

Comments
 (0)