logger.ts 109 B

12345
  1. import Debug from 'debug'
  2. import { PLUGIN_NAME } from './constant'
  3. export const debug = Debug(PLUGIN_NAME)