import-local
Install
$ npm install import-localUsage
const importLocal = require('import-local');
if (importLocal(__filename)) {
console.log('Using local version of this package');
} else {
// Code for both global and local version here…
}License
Last updated