File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ const errCode = require('err-code')
1818 * @param {boolean } [options.preserveMtime] - preserve mtime
1919 * @param {number } [options.mode] - mode to use - if preserveMode is true this will be ignored
2020 * @param {import('ipfs-unixfs').MtimeLike } [options.mtime] - mtime to use - if preserveMtime is true this will be ignored
21- * @return {AsyncGenerator <{
21+ * @return {AsyncIterable <{
2222 * path: string;
2323 * content: AsyncIterable<Buffer> | undefined;
2424 * mode: number | undefined;
2525 * mtime: import("ipfs-unixfs/types/src/types").MtimeLike | undefined;
26- * }, void, unknown >} File objects that match glob
26+ * }>} File objects that match glob
2727 */
2828module . exports = async function * globSource ( cwd , pattern , options ) {
2929 options = options || { }
You can’t perform that action at this time.
0 commit comments