Typed async readFile function
npm install read-file-async
> Typed async readFile function
``js// @flowimport readFileAsync from 'read-file-async';
js// @flowimport readFileAsync from 'read-file-async';
readFileAsync('path/to/file.txt').then(buffer => { console.log(buffer.toString());});``