indexr
Version:
Automated dynamic indexes for your ES6+ source code.
11 lines (10 loc) • 344 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
description: 'Files to watch as a glob string.',
flags: '-w --watch [string]',
long: 'Files to watch as a glob string pathed from the rootFolder. When used as a boolean flag default watch is "**/*"'
};
module.exports = exports['default'];