corepack/sources/debugUtils.ts

4 lines
74 B
TypeScript

import makeDebug from 'debug';
export const log = makeDebug(`corepack`);