@webpro/is-subdir

1.0.0 • Public • Published

is-subdir

Installation

npm install @webpro/is-subdir

Usage

const isSubDir = require('@webpro/is-subdir');
isSubDir(dir = '.', base = process.cwd()) => Boolean

Examples

isSubDir('..'); // false
isSubDir('.'); // false
isSubDir('foo'); // true
isSubDir('/foo/bar', '/foo'); // true

See the tests for more examples.

Alternatives

Package Sidebar

Install

npm i @webpro/is-subdir

Weekly Downloads

9

Version

1.0.0

License

MIT

Unpacked Size

2.38 kB

Total Files

5

Last publish

Collaborators

  • webpro