UNPKG

@sunamo/sunodejs

Version:

Node.js utilities for file system operations, process management, and Electron apps. Includes TypeScript support with functions for file operations, directory management, and cross-platform compatibility.

7 lines (6 loc) 192 B
export type ElectronLoggerNode = { info: (...params: any[]) => void; warn: (...params: any[]) => void; error: (...params: any[]) => void; debug: (...params: any[]) => void; };