mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 20:12:46 +00:00
euh
This commit is contained in:
5
node_modules/is-installed-globally/index.js
generated
vendored
Normal file
5
node_modules/is-installed-globally/index.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
const globalDirs = require('global-dirs');
|
||||
const isPathInside = require('is-path-inside');
|
||||
|
||||
module.exports = isPathInside(__dirname, globalDirs.yarn.packages) || isPathInside(__dirname, globalDirs.npm.packages);
|
Reference in New Issue
Block a user