mirror of
https://github.com/nodejs/node.git
synced 2025-05-14 21:36:02 +00:00

PR-URL: https://github.com/nodejs/node/pull/38475 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
9 lines
353 B
JavaScript
9 lines
353 B
JavaScript
module.exports = require('./arborist/index.js')
|
|
module.exports.Arborist = module.exports
|
|
module.exports.Node = require('./node.js')
|
|
module.exports.Link = require('./link.js')
|
|
module.exports.Edge = require('./edge.js')
|
|
module.exports.Shrinkwrap = require('./shrinkwrap.js')
|
|
// XXX export the other classes, too. shrinkwrap, diff, etc.
|
|
// they're handy!
|