UNPKG

dareway-rui

Version:

13 lines (11 loc) 227 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); exports.PRBean = void 0; var PRBean = { ALLDONE: '1', NOTHINGDONE: '0' }; exports.PRBean = PRBean; //@ sourceMappingURL=constants.js.map