mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 23:16:30 +01:00
2db758c562
Internal modules can be used to share private code between public modules without risk to expose private APIs to the user. PR-URL: https://github.com/iojs/io.js/pull/848 Reviewed-By: Trevor Norris <trev.norris@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2 lines
47 B
JavaScript
2 lines
47 B
JavaScript
module.exports = require('internal/freelist');
|