UNPKG

mice-log

Version:

logging component - mice style

6 lines (5 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withLevels = void 0; const withLevels = (levels) => (initLevels) => (category) => levels.set(category, initLevels[category]); exports.withLevels = withLevels;