Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document
outputFile()
only supports a file path
`fs.writeFile()` supports a buffer or a file descriptor as 1st argument (`file`), but `fs-extra.outputFile()` does not. Because it sends `file` parameter to `path.dirname()` that requires `String`.
- Loading branch information