debug.js 85 B

1234567
  1. 'use strict';
  2. function noop () {}
  3. module.exports = function () {
  4. return noop;
  5. };