HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991109/root/usr/share/node_modules/test-exclude/
Upload File :
Current File : //proc/1991109/root/usr/share/node_modules/test-exclude/is-outside-dir-posix.js
'use strict';

const path = require('path');

module.exports = function(dir, filename) {
    return /^\.\./.test(path.relative(dir, filename));
};