get extension()
in
lib/file.js [24:26]
3
lines of code
1
McCabe index (conditional complexity)
get extension() { return path.extname(this.filename).substr(1); }