include-directories
v0.1.0
Published
Search directories for filename and return absolute path
Downloads
3
Readme
Search directories for filename and return absolute path
const resolver = require("include-directories")({
paths: [
"/files/not/here",
"/or/here",
"/its/here",
]
});
console.log(resolver("found.txt"));
// /its/here/found.txt
Usage
TODO - check test.js