mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
refactor(website): adjust typography (#8503)
This commit is contained in:
@@ -6,7 +6,7 @@ export type Awaitable<T> = T | Promise<T>;
|
||||
* Yields the numbers in the given range as an array
|
||||
*
|
||||
* @example
|
||||
* ```
|
||||
* ```ts
|
||||
* range({ start: 3, end: 5 }); // [3, 4, 5]
|
||||
* ```
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user