UNPKG

unix-print

Version:

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

3 lines (2 loc) 112 B
import { ExecResponse } from "../types"; export default function execAsync(cmd: string): Promise<ExecResponse>;