index.js 190 B

12345678910
  1. /*
  2. Copyright 2012-2015, Yahoo Inc.
  3. Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
  4. */
  5. function NoneReport() {
  6. }
  7. module.exports = NoneReport;