mirror of
https://github.com/nodejs/node.git
synced 2025-05-14 22:56:41 +00:00

PR-URL: https://github.com/nodejs/node/pull/36953 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
8 lines
298 B
JavaScript
8 lines
298 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')
|
|
// XXX export the other classes, too. shrinkwrap, diff, etc.
|
|
// they're handy!
|