UNPKG

escpos-print

Version:

Library for printing to ESC/POS compatible printers

9 lines (8 loc) 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Adapters = require("./Adapters"); exports.Adapters = Adapters; const Commands = require("./Commands"); exports.Commands = Commands; const Printer_1 = require("./Printer"); exports.Printer = Printer_1.default;