filepath-recursive
v1.0.0
Published
get the path of all files with a given extension
Downloads
3
Readme
filepath-recursive
get the path of all files with a given extension
usage
const filepaths = require('filepath-recursive')
// (dir:str, ext:str) -> arr
const files = filepaths('.', '.js')