UNPKG

ncjsm

Version:

CJS (Node.js) style modules resolver

8 lines (4 loc) 168 B
// Find top most package root "use strict"; const resolveRoot = require("./lib/resolve-root"); module.exports = function (path) { return resolveRoot(path, true); };