UNPKG

webzlp

Version:

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

6 lines 447 B
import { IDeviceInformation } from 'web-device-mux'; import * as Conf from '../Configs/index.js'; import * as Cmds from "../Commands/index.js"; export declare function getCommandSetForLanguage(lang: Conf.PrinterCommandLanguage): Cmds.CommandSet<Conf.MessageArrayLike> | undefined; export declare function guessLanguageFromModelHint(deviceInfo?: IDeviceInformation): Conf.PrinterCommandLanguage; //# sourceMappingURL=PrinterCommandLanguage.d.ts.map