File: debugUtils.ts

package info (click to toggle)
node-corepack 0.24.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 262,916 kB
  • sloc: javascript: 94; makefile: 18; sh: 12
file content (3 lines) | stat: -rw-r--r-- 74 bytes parent folder | download
1
2
3
import makeDebug from 'debug';

export const log = makeDebug(`corepack`);