@codanux/pos
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

pos

pos

Install

npm install @codanux/pos
npx cap sync

API

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>


Readme

Keywords

Package Sidebar

Install

npm i @codanux/pos

Weekly Downloads

35

Version

0.0.6

License

MIT

Unpacked Size

23.3 kB

Total Files

26

Last publish

Collaborators

  • codanux