@nx/detox
Version:
8 lines (7 loc) • 560 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.detoxApplicationGenerator = exports.detoxInitGenerator = void 0;
var init_1 = require("./src/generators/init/init");
Object.defineProperty(exports, "detoxInitGenerator", { enumerable: true, get: function () { return init_1.detoxInitGenerator; } });
var application_1 = require("./src/generators/application/application");
Object.defineProperty(exports, "detoxApplicationGenerator", { enumerable: true, get: function () { return application_1.detoxApplicationGenerator; } });