source:
trip-planner-front/node_modules/is-path-in-cwd/index.js@
fa375fe
Last change on this file since fa375fe was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 123 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | 'use strict'; |
2 | const isPathInside = require('is-path-inside'); | |
3 | ||
4 | module.exports = path => isPathInside(path, process.cwd()); |
Note:
See TracBrowser
for help on using the repository browser.