read-file-async
Typed async readFile function
Last updated 9 years ago by thejameskyle .
MIT · Original npm · Tarball · package.json
$ cnpm install read-file-async 
SYNC missed versions from official npm registry.

read-file-async

Typed async readFile function

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

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

Current Tags

  • 1.0.0                                ...           latest (9 years ago)

1 Versions

  • 1.0.0                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (2)
Dev Dependencies (1)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |