Skip to content

jamiebuilds/read-file-async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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());
});

About

Typed async readFile function

Resources

License

Stars

Watchers

Forks

Packages

No packages published