UNPKG

find-node-modules

Version:

Return an array of all parent node_modules directories

5 lines (4 loc) 195 B
'use strict'; module.exports = x => x.replace(/^[\r\n]+/, '').replace(/[\r\n]+$/, ''); module.exports.start = x => x.replace(/^[\r\n]+/, ''); module.exports.end = x => x.replace(/[\r\n]+$/, '');