UNPKG

escpos-print

Version:

Library for printing to ESC/POS compatible printers

4 lines (3 loc) 217 B
/// <reference types="node" /> export declare function createStreamFromPath(path: string): Promise<NodeJS.ReadableStream>; export declare function getRequestStream(address: string): Promise<NodeJS.ReadableStream>;