noop.js 122 B

123456
  1. /**
  2. * 一个空的方法,始终返回 undefined,可用于初始化值
  3. */
  4. function noop () {}
  5. module.exports = noop