fire-fs

0.2.4 • Public • Published

Fire fs

node's fs module with some helpful additions.

Install

    npm install fire-fs

Usage

    var fs = require('fire-fs');

API

exists(path, callback)

Check if a path exists, callback with a boolean parameter.

existsSync(path)

Check if a path exists and return the result.

isDir(path, callback)

Check if a path exists and is a directory, callback with a boolean parameter.

isDirSync(path)

Check if a path exists and is a directory and return the result.

Readme

Keywords

Package Sidebar

Install

npm i fire-fs

Weekly Downloads

24

Version

0.2.4

License

none

Last publish

Collaborators

  • firebox