UNPKG

ueno-cli

Version:
9 lines 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.command = 'react [command]'; exports.desc = 'React'; exports.builder = (yargs) => { return yargs.commandDir('react'); }; exports.handler = () => null; //# sourceMappingURL=react.js.map