vz.walk

4.0.3 • Public • Published

vz walk

DEPRECATED in favour of y-walk

Sample usage:

 
var walk = require('vz.walk'),
    yieldify = require('vz.yieldify'),
    fs = require('fs'),
    exists = yieldify(fs.exists);
 
walk(function*(){
  if(yield exists('foo.bar')) console.log('foo.bar exists!');
  else console.log('foo.bar doesn\'t exist');
});
 

Readme

Keywords

none

Package Sidebar

Install

npm i vz.walk

Weekly Downloads

7

Version

4.0.3

License

LGPL-3.0

Last publish

Collaborators

  • manvalls