UNPKG

webzlp

Version:

A small library using WebUSB to print labels on label printers.

5 lines 175 B
/** Exception thrown from the WebZLP library. */ export declare class WebZlpError extends Error { constructor(message: string); } //# sourceMappingURL=WebZlpError.d.ts.map