entry point path to look for files
wether to use absolute or relative paths and excluded dirs
an Iterator with a .toString() helper function to return a list of filenames
Returns a lazy
iterable
/
iterator
that iterates over the file paths recursively found at path
in no particular order.
Calling toArray
on the returned value returns an array of the file paths.
entry point path to look for files
wether to use absolute or relative paths and excluded dirs
an Iterator with a .toString() helper function to return a list of filenames
Generated using TypeDoc
Returns a lazy async iterable/iterator that asynchronously iterates over the file paths recursively found at
path
in no particular order.Calling
toArray
on the returned value returns a promise that resolves to an array of the file paths.Iterable / Iterator