UNPKG

react-native-thermal-receipt-printer

Version:

Fork of react-native-printer. A React Native Library to support USB/BLE/Net printer

10 lines (9 loc) 245 B
/// <reference types="node" /> declare type IOptions = { beep: boolean; cut: boolean; tailingLine: boolean; encoding: string; }; export declare function exchange_text(text: string, options: IOptions): Buffer; export {};