UNPKG

rush-init-project-plugin

Version:

Rush plugin for initialize project in monorepo

13 lines 405 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CUSTOM_EMIT_EVENTS = void 0; /** * This file is used to record custom events. * Do not name events direct in the system. * Because you might register others's action. */ exports.CUSTOM_EMIT_EVENTS = { SUBMIT_ANSWERS: 'submit answers', UPDATE_LAYOUT: 'update layout' }; //# sourceMappingURL=EMIT_EVENTS.js.map