mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 17:35:26 +00:00

PR-URL: https://github.com/nodejs/node/pull/35953 Reviewed-By: Ruy Adorno <ruyadorno@github.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
5 lines
97 B
JavaScript
5 lines
97 B
JavaScript
module.exports = {
|
|
publish: require('./publish.js'),
|
|
unpublish: require('./unpublish.js'),
|
|
}
|