recursive-dir-reader
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -11,2 +11,3 @@ 'use strict'; | ||
* @param {function|undefined} callback - Calls the function one time for each item in the folder. | ||
* @return {array} paths | ||
*/ | ||
@@ -49,2 +50,3 @@ exports.async = (dir, callback = undefined) => { | ||
* @param {function|undefined} callback - Calls the function one time for each item in the folder. | ||
* @return {array} paths | ||
*/ | ||
@@ -51,0 +53,0 @@ exports.sync = (dir, callback = undefined) => { |
{ | ||
"name": "recursive-dir-reader", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "reading directory and subdirectories", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
21802
62