/ live.thehmm.nl / back / node_modules / fs-monkey /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]docs/2 years ago -  
[DIR]lib/2 years ago -  
[   ]LICENSE40 years ago1.2K 
[TXT]README.md40 years ago1.1Kd7c1522 post receive test [كارل مبارك]
[   ]package.json2 years ago2.4K 
README.md

fs-monkey

Monkey-patches for filesystem related things.

Install

npm install --save fs-monkey

Terms

An fs-like object is an object that implements methods of Node's filesystem API. It is denoted as vol:

let vol = {
    readFile: () => { /* ... */ },
    readFileSync: () => { /* ... */ },
    // etc...
}

Reference

License

Unlicense - public domain.

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80