UNPKG
escpos-print
Version:
latest (2.0.0)
2.0.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Library for printing to ESC/POS compatible printers
github.com/haavardlian/escpos
haavardlian/escpos
escpos-print
/
Utils.d.ts
4 lines
(3 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
/// <reference types="node" />
export
declare
function
createStreamFromPath
(
path
:
string
):
Promise
<
NodeJS
.
ReadableStream
>;
export
declare
function
getRequestStream
(
address
:
string
):
Promise
<
NodeJS
.
ReadableStream
>;