is-folder
v1.0.0
Published
Check if a path points to a folder or not
Readme
Welcome To is-folder!
Introduction
is-folder is a simple library for NodeJS.
Quick Start
# run this from your Terminal
npm install is-folder// add this import to your Typescript code
import { IsFolder } from "is-folder"
// will be either `true` or `false`
const dataExists = isFolder("my/path/to/the/folder");Documentation
Looking for more detailed documentation? You'll find it under the docs folder.
