Files
electron-universal/src/debug.ts
Baldvin Th 02119d5a83 fix: import for path now compiles correctly after TypeScript was added (#85)
* Fixing import for path after TypeScript was added

* Added esModuleInterop: true, fixed breaking imports after change
2023-11-05 11:37:48 -03:00

4 lines
74 B
TypeScript

import debug from 'debug';
export const d = debug('electron-universal');