Files
tryno10/app/code/node_modules/collect.js/src/methods/dd.js
T
2022-04-07 18:09:31 +05:30

10 lines
132 B
JavaScript

'use strict';
module.exports = function dd() {
this.dump();
if (typeof process !== 'undefined') {
process.exit(1);
}
};