UNPKG

@tvkitchen/countertop

Version:

The entry point for developers who want to set up a TV Kitchen.

21 lines (17 loc) 593 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _baseConstants = require("@tvkitchen/base-constants"); const log = () => {}; var _default = { log, fatal: log.bind(void 0, _baseConstants.logLevels.fatal), error: log.bind(void 0, _baseConstants.logLevels.error), warn: log.bind(void 0, _baseConstants.logLevels.warn), info: log.bind(void 0, _baseConstants.logLevels.info), debug: log.bind(void 0, _baseConstants.logLevels.debug), trace: log.bind(void 0, _baseConstants.logLevels.trace) }; exports.default = _default;