UNPKG

pdf-to-printer

Version:

A utility for printing PDFs and images from Node.js and Electron.

4 lines (3 loc) 110 B
import { Printer } from ".."; declare function getPrinters(): Promise<Printer[]>; export default getPrinters;