aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/npm-registry-fetch/lib/silentlog.js
blob: 483bd44c7086af5419636f2582ab8832594ea9d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
'use strict'

const noop = Function.prototype
module.exports = {
  error: noop,
  warn: noop,
  notice: noop,
  info: noop,
  verbose: noop,
  silly: noop,
  http: noop,
  pause: noop,
  resume: noop,
}