0.3.2 • Published 2 years ago

serial-async-io v0.3.2

Weekly downloads
-
License
GPL-3.0-or-later
Repository
-
Last release
2 years ago

serial-async-io

stat(), read(), and write() files via fs/promises, but one at a time.

Install yarn add serial-async-io

Import import { read, write } from 'serial-async-io'

Or import io from 'serial-async-io'

All three return promises.

Also, stat() returns false upon failure instead of throwing