file-traversal

1.1.0 • Public • Published

Use

Exposes two functions. Both return a list of complete file paths in the order indicated by the name.

var fileTraversal = require("file-traversal");

fileTraversal.breadth_1st(root_path);

fileTraversal.depth_1st(root_path);

Readme

Keywords

none

Package Sidebar

Install

npm i file-traversal

Weekly Downloads

1

Version

1.1.0

License

ISC

Last publish

Collaborators

  • astarov