UNPKG

nyks

Version:

nodejs exupery style

8 lines (5 loc) 149 B
"use strict"; var fs = require('fs'); module.exports = function(file_path){ return fs.existsSync(file_path) && fs.statSync(file_path).isFile(); }