source: trip-planner-front/node_modules/npm-registry-fetch/silentlog.js@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 203 bytes
Line 
1'use strict'
2
3const noop = Function.prototype
4module.exports = {
5 error: noop,
6 warn: noop,
7 notice: noop,
8 info: noop,
9 verbose: noop,
10 silly: noop,
11 http: noop,
12 pause: noop,
13 resume: noop,
14}
Note: See TracBrowser for help on using the repository browser.