MIF_E31222707/node_modules/collect.js/dist/methods/dd.js

9 lines
131 B
JavaScript

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