Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created March 28, 2020 15:50
Show Gist options
  • Save jsmanifest/99d7c22820568e0257afcc11ff0d55b8 to your computer and use it in GitHub Desktop.
Save jsmanifest/99d7c22820568e0257afcc11ff0d55b8 to your computer and use it in GitHub Desktop.
function isDirectory(filePath) {
return fs.statSync(filePath).isDirectory()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment