source:
trip-planner-front/node_modules/npm-registry-fetch/silentlog.js@
fa375fe
Last change on this file since fa375fe was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 203 bytes |
Line | |
---|---|
1 | 'use strict' |
2 | |
3 | const noop = Function.prototype |
4 | module.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.