6 lines
121 B

module.exports = {
description: 'imports a namespace from an external module',
options: {
external: [ 'path' ]
}
};