README
write-file-stdout
Read to file, falling back to stdout.
Installation
$ npm install write-file-stdout
API
write ([file], callback)
Read to file
, falling back to stdout.
License
MIT
Write to a file, falling back to stdout.
<script type="module">
import writeFileStdout from 'https://cdn.skypack.dev/write-file-stdout';
</script>
Read to file, falling back to stdout.
$ npm install write-file-stdout
Read to file
, falling back to stdout.
MIT