static read()

in lib/file.js [48:50]


  static read(filepath) {
    return fs.readFileAsync(filepath, 'utf-8');
  }