# read-file-async

> Typed async readFile function

Latest version **1.0.0** (published 2017-05-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install read-file-async
pnpm add read-file-async
yarn add read-file-async
bun add read-file-async
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2017-05-12 |
| First published | 2017-05-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | James Kyle |
| Maintainers | thejameskyle |

## Links

- npm: https://www.npmjs.com/package/read-file-async
- npm.io page: https://npm.io/package/read-file-async

## Dependencies (2)

- [graceful-fs](https://npm.io/package/graceful-fs.md) ^4.1.11
- [typeable-promisify](https://npm.io/package/typeable-promisify.md) ^1.0.1

## Recent versions

- 1.0.0 (latest) — 2017-05-12

## README

# read-file-async

> Typed async readFile function

```js
// @flow
import readFileAsync from 'read-file-async';

readFileAsync('path/to/file.txt').then(buffer => {
  console.log(buffer.toString());
});
```

---
_Source: https://npm.io/package/read-file-async · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
