UNPKG

@simbachain/hardhat

Version:
10 lines 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.log = void 0; const tslog_1 = require("tslog"); const DEBUG = 'debug'; const INFO = 'info'; const ERROR = 'error'; const log = new tslog_1.Logger({ minLevel: INFO }); exports.log = log; //# sourceMappingURL=logger.js.map