6 lines
128 B

module.exports = {
description: 'allows `export *` from external module, internally',
options: {
external: [ 'path' ]
}
};