UNPKG

@kvaser/canking-api

Version:

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

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