UNPKG

memcache-client

Version:
10 lines 250 B
"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