UNPKG

@difizen/mana-core

Version:

7 lines (4 loc) 190 B
import { debug as originDebug } from 'debug'; export const debug = originDebug('[mana-core]'); export type DebugService = typeof debug; export const DebugService = Symbol('DebugService');