Skip to content

Commit

Permalink
type update
Browse files Browse the repository at this point in the history
  • Loading branch information
appy-one committed Jun 14, 2022
1 parent 43b0e62 commit 81cdf8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ class Storage extends SimpleEventEmitter {
* @param {string[]|number[]} [options.keyFilter] specify the child keys to get callbacks for, skips .next callbacks for other keys
* @param {string} [options.tid] optional transaction id for node locking purposes
* @param {boolean} [options.async] whether to use an async/await flow for each `.next` call
* @returns {{ next: (callback: (child: NodeInfo) => boolean) => Promise<boolean>}} returns a generator object that calls .next for each child until the .next callback returns false
* @returns {{ next: (callback: (child: NodeInfo) => boolean|void) => Promise<boolean>}} returns a generator object that calls .next for each child until the .next callback returns false
*/
// eslint-disable-next-line no-unused-vars
getChildren(path, options) {
Expand Down

0 comments on commit 81cdf8f

Please sign in to comment.