@codanux/pos
v0.0.6
Published
pos
Downloads
10
Readme
pos
pos
Install
npm install @codanux/pos
npx cap syncAPI
send(...)
send(options: { ip: string; port: number; data: string; }) => void| Param | Type |
| ------------- | -------------------------------------------------------- |
| options | { ip: string; port: number; data: string; } |
scan(...)
scan(options: { ip: string; port: number; }) => Promise<any>| Param | Type |
| ------------- | ------------------------------------------ |
| options | { ip: string; port: number; } |
Returns: Promise<any>
