Skip to content

Simple NPM package to check if the given path is a folder.

License

Notifications You must be signed in to change notification settings

ganbarodigital/ts-is-folder

Repository files navigation

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.

About

Simple NPM package to check if the given path is a folder.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published