UNPKG

webzlp

Version:

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

5 lines 379 B
import * as Conf from '../../Configs/index.js'; import * as Cmds from '../../Commands/index.js'; export declare function parseConfigResponse(msg: string, _cmd: Cmds.IPrinterCommand): Cmds.IMessageHandlerResult<string>; export declare function tryGetModel(rawModel?: string): Conf.UpdateFor<Conf.IPrinterHardware> | undefined; //# sourceMappingURL=CmdConfigurationInquiry.d.ts.map