UNPKG

clr-dir

Version:

A npm package to organize the directory quickly

7 lines (5 loc) 119 B
const fs = require("fs"); module.exports = (path) => { const stats = fs.statSync(path); return stats.isFile(); };