node-is-path-inside

Check if a path is inside another path
  https://github.com/sindresorhus/is-path-inside
  0
  no reviews



When checked against same path given for both arguments it retruns false.

Node.js library to check if a path is inside another path given. For example "isPathInside('a/b/c', 'a/b/c');" given then it return false.

Node.js is an event-based server-side JavaScript engine.