UNPKG

bunyamin

Version:

Bunyan-based logger for Node.js supporting Trace Event format

6 lines (3 loc) 168 B
import { createIsDebug } from './createIsDebug'; export const isDebug = createIsDebug(process.env.DEBUG || ''); export const isSelfDebug = () => isDebug('bunyamin');