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