%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /lib/node_modules/npm/node_modules/walk-up-path/
Upload File :
Create Path :
Current File : //lib/node_modules/npm/node_modules/walk-up-path/index.js

const {dirname, resolve} = require('path')
module.exports = function* (path) {
  for (path = resolve(path); path;) {
    yield path
    const pp = dirname(path)
    if (pp === path)
      path = null
    else
      path = pp
  }
}

Zerion Mini Shell 1.0