Skip to content

hoto17296/node-exist-paths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exist-paths

Build Status

Filters not exist file or directory paths.

Usage

Invoke with array or arguments.

var existPaths = require('exist-paths');

// array
existPaths(['/not/exist/file', '/exist/file']); //=> ['/exist/file']

// arguments
existPaths('/not/exist/file', '/exist/file'); //=> ['/exist/file']

About

http://npm.im/exist-paths

Resources

Stars

Watchers

Forks

Packages

No packages published