dev-toolkit
Version:
Universal Development Toolkit for React Veterans
21 lines (17 loc) • 431 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _utilities = require("../../utilities");
/* eslint-disable no-underscore-dangle */
var _default = function _default(_ref) {
var command = _ref.command,
options = _ref.options;
(0, _utilities.runCommand)({
command: command,
options: options,
programmatic: true
});
};
exports.default = _default;