UNPKG

@graphprotocol/toolshed

Version:

A collection of tools and utilities for the Graph Protocol Typescript components

10 lines (6 loc) 260 B
import debug from 'debug' const LOG_BASE = 'toolshed' export const logDebug = debug(`${LOG_BASE}:debug`) export const logWarn = debug(`${LOG_BASE}:warn`) export const logError = debug(`${LOG_BASE}:error`) export const logTxLogging = debug(`${LOG_BASE}:tx`)