UNPKG

socketmobile-capturejs

Version:

Socket Mobile Capture JS NPM package for Socket Mobile barcode scanner and NFC Reader/Writer products

7 lines (6 loc) 155 B
import { RpcTransport } from './rpcTransport'; export default interface CaptureOptions { transport?: RpcTransport; host?: string; xhr?: any; }