static read()
in
lib/file.js [48:50]
3
lines of code
1
McCabe index (conditional complexity)
static read(filepath) { return fs.readFileAsync(filepath, 'utf-8'); }