mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
lib: include return types in JSDoc
Add types to @returns JSDoc annotations where the type is missing. PR-URL: https://github.com/nodejs/node/pull/41130 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
parent
c2ff69db4c
commit
88dd9724b0
6 changed files with 7 additions and 7 deletions
|
@ -129,7 +129,7 @@ class Blob {
|
|||
* endings? : string,
|
||||
* type? : string,
|
||||
* }} [options]
|
||||
* @returns
|
||||
* @constructs {Blob}
|
||||
*/
|
||||
constructor(sources = [], options = {}) {
|
||||
emitExperimentalWarning('buffer.Blob');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue