file-get
v1.0.1
Published
get onefile from dir
Downloads
8
Readme
file-get
get a file from path
Install
npm i file-get
Usage
import scGets from "file-get";
const sc=new scGets()
await sc.init({path:'./test/'});
console.log(sc.tag('test').got('jane'))
License
Licensed under MIT