UNPKG
@juliusza/memcache-client
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
NodeJS memcached client
github.com/electrode-io/memcache
electrode-io/memcache
@juliusza/memcache-client
/
dist
/
lib
/
null-logger.js
10 lines
•
250 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
nullLog
= (
) =>
undefined
;
exports
.
default
= {
debug
: nullLog,
info
: nullLog,
warn
: nullLog,
error
: nullLog, };
//# sourceMappingURL=null-logger.js.map