isFolder

Type:Function
Status:stable
Since:1.0.0
Platform:node
@blackbyte.sugar.node.is

This function check if the passed string path is a folder or not

Params

  1. path*-String

    The path to check

Return

  1. -Boolean

    true if is a folder, false if not

Example

import { isFolder } from '@blackbyte/sugar/is';
isFolder('something/cool');

Todo

  • testsnormal