mirror of
https://github.com/codedread/bitjs
synced 2025-10-03 09:39:16 +02:00
Update to @returns in all jsdoc
This commit is contained in:
parent
bab0864bf8
commit
84514d1617
11 changed files with 57 additions and 57 deletions
|
@ -77,7 +77,7 @@ export class Untarrer extends UntarrerInternal {
|
|||
* as Transferable and sent to a Worker thread once start() is called.
|
||||
* @param {Object|string} options An optional object of options, or a string
|
||||
* representing where the path to the unarchiver script files.
|
||||
* @return {Unarchiver}
|
||||
* @returns {Unarchiver}
|
||||
*/
|
||||
export function getUnarchiver(ab, options = {}) {
|
||||
return getUnarchiverInternal(ab, createWorkerFn, options);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue