find-up-all

1.0.2 • Public • Published

find-up-all Build Status

Install

$ npm install find-up-all

API

findUpAll(filename, [options])

Returns a Promise for an array of absolute paths of matching files or folders

findUpAll.sync(filename, [options])

Returns an array of absolute paths of matching files or folders

options

Type: Object

options.cwd

Optional. The directory where the search should start.

options.end

Optional. Last parent directory that should be searched. If not set, findUpAll will search all the way up to the filesystem root.

/find-up-all/

    Package Sidebar

    Install

    npm i find-up-all

    Weekly Downloads

    4

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    5.25 kB

    Total Files

    9

    Last publish

    Collaborators

    • dflupu