feat(website): Show constructor information (#8540)

This commit is contained in:
Suneet Tipirneni
2022-08-22 03:45:53 -04:00
committed by GitHub
parent dd44e8b6ec
commit e42fd16369
66 changed files with 689 additions and 625 deletions

View File

@@ -91,7 +91,7 @@ export interface RESTOptions {
/**
* Extra information to add to the user agent
*
* @defaultValue ``Node.js ${process.version}``
* @defaultValue `Node.js ${process.version}`
*/
userAgentAppendix: string;
/**