source:
trip-planner-front/node_modules/npm-registry-fetch/silentlog.js@
b738035
Last change on this file since b738035 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 203 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 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.