UNPKG

find-node-modules

Version:

Return an array of all parent node_modules directories

4 lines (3 loc) 198 B
/** PURE_IMPORTS_START PURE_IMPORTS_END */ export var isArrayLike = (function (x) { return x && typeof x.length === 'number' && typeof x !== 'function'; }); //# sourceMappingURL=isArrayLike.js.map