UNPKG

hardhat-secure-accounts

Version:
8 lines (5 loc) 215 B
import debug from 'debug' const LOG_BASE = 'hardhat:accounts' export const logDebug = debug(`${LOG_BASE}:debug`) export const logWarn = debug(`${LOG_BASE}:warn`) export const logError = debug(`${LOG_BASE}:error`)