index.js 188 B

1234567
  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. module.exports = NoneReport;