1.0.0 • Published 4 years ago

is-folder v1.0.0

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
4 years ago

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.