UNPKG

@kvaser/canking-api

Version:

CanKing API to communicate with the CanKing service using Node.js.

8 lines (7 loc) 214 B
/** * This module includes gRPC client implementations. * @packageDocumentation */ export * from '../protos/app_service'; export * from '../protos/device_service'; export * from '../protos/measurement_service';