UNPKG

cups-printer

Version:

A package to print documents using CUPS Printer Server in Linux

7 lines (6 loc) 192 B
/// <reference types="node" /> /// <reference types="node" /> import { SpawnOptions } from 'child_process'; export interface CmdOptions extends SpawnOptions { encoding?: BufferEncoding; }