UNPKG

unix-print

Version:

Utility for Unix-like operating systems to print PDF files from Node.js and Electron

12 lines (11 loc) 241 B
export interface Printer { printer: string; description: string | null; status: string | null; alerts: string | null; connection: string | null; } export interface ExecResponse { stdout: string; stderr: string; }