UNPKG

unix-print

Version:

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

3 lines (2 loc) 147 B
import { ExecResponse } from "../types"; export default function print(file: string, printer?: string, options?: string[]): Promise<ExecResponse>;