UNPKG

@lucsoft/network-connector

Version:

Network Connector the easy way to connect to your HmSYS Network

5 lines (4 loc) 94 B
export declare type SyncAction = { type: string; recivedData: (data: any) => void; };