UNPKG

find-node-modules

Version:

Return an array of all parent node_modules directories

8 lines (5 loc) 142 B
"use strict"; function getClassName(value) { return value.constructor ? value.constructor.name : null; } module.exports = getClassName;