mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-18 16:02:57 +00:00
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
import Debug from 'debug'
|
|
|
|
import { PLUGIN_NAME } from './constant'
|
|
|
|
export const debug = Debug(PLUGIN_NAME)
|