UNPKG

find-node-modules

Version:

Return an array of all parent node_modules directories

11 lines (10 loc) 115 B
module.exports = { f: { g: function () { return 'g' } }, h: function () { return 'h' } }