write-file-async

1.0.0 • Public • Published

write-file-async

Typed async writeFile function

// @flow
import writeFileAsync from 'write-file-async';
 
writeFileAsync('path/to/file.txt', 'file contents').then(() => {});

Readme

Keywords

none

Package Sidebar

Install

npm i write-file-async

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • thejameskyle