is-folder
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i is-folder

Weekly Downloads

0

Version

1.0.0

License

BSD-3-Clause

Unpacked Size

8.12 kB

Total Files

8

Last publish

Collaborators

  • stuartherbert