* Fixing import for path after TypeScript was added * Added esModuleInterop: true, fixed breaking imports after change
4 lines
74 B
TypeScript
4 lines
74 B
TypeScript
import debug from 'debug';
|
|
|
|
export const d = debug('electron-universal');
|