UNPKG

@grafana/faro-core

Version:
12 lines 347 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mockInternalLogger = void 0; var utils_1 = require("../utils"); exports.mockInternalLogger = { prefix: 'Faro', debug: utils_1.noop, info: utils_1.noop, warn: utils_1.noop, error: utils_1.noop, }; //# sourceMappingURL=mockInternalLogger.js.map