path-tracer
v1.0.0
Published
tools to trace path
Downloads
0
Readme
path-tracer
tools to trace path
getFiles(path [, opt])
param | type | description ----------|---------------|---------------- path | String | opt | Object |
through
,pattern
Example
getFiles('./_path'); getFiles('./_path', {pattern: '/html$/g', through: false});