Dashboard sipadu mbip
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

index.js 123B

1234
  1. 'use strict';
  2. const isPathInside = require('is-path-inside');
  3. module.exports = path => isPathInside(path, process.cwd());