file-operations-dhp
v1.0.2
Published
#Setup
Downloads
7
Readme
file-operations-dhp
#Setup
npm i file-operations-dhp
#################################
// Example usage
readFile('example.txt');
writeFile('example.txt', 'Hello, this is content to be written into the file.');