%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/ugotscom/.trash/karetakers/node_modules/is-path-inside/
Upload File :
Create Path :
Current File : /home/ugotscom/.trash/karetakers/node_modules/is-path-inside/index.js

'use strict';
const path = require('path');
const pathIsInside = require('path-is-inside');

module.exports = (childPath, parentPath) => {
	childPath = path.resolve(childPath);
	parentPath = path.resolve(parentPath);

	if (childPath === parentPath) {
		return false;
	}

	return pathIsInside(childPath, parentPath);
};

Zerion Mini Shell 1.0