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.

6 lines (5 loc) 389 B
import { AppFolders } from "./enums/AppFolders"; import { ElectronLoggerNode } from "./types/ElectronLoggerNode"; export declare function getFileTxt(appFolder: AppFolders, fnwoe: string): string; export declare function getFolder(type: AppFolders, userData: string): string; export declare function getFile(log: ElectronLoggerNode, type: AppFolders, fn: string, userData: string): string;