fs
module wrapper libraryyarn add sophy
# or
npm install sophy
import sophy from 'sophy'
;(async () => {
// Write a new file at current working directory.
await sophy.write('test.txt', 'Hello world')
})()
https://sophy.now.sh/classes/_classes_sophy_sophy_.sophy.html
Generated using TypeDoc