react-native-get-pixel_edit/node_modules/@react-native-community/cli-clean/build/index.js
2025-07-09 11:41:52 +09:00

14 lines
369 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.commands = void 0;
var _clean = _interopRequireDefault(require("./clean"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
const commands = {
clean: _clean.default
};
exports.commands = commands;
//# sourceMappingURL=index.ts.map