indexr
Version:
Automated dynamic indexes for your ES6+ source code.
12 lines (11 loc) • 375 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
name: 'directImport',
description: 'Directly import files as opposed to folders.',
flags: '-d --direct-import',
long: 'This flag will ensure that the output returned by the --submodules ' + 'glob will be imported to the index.'
};
module.exports = exports['default'];