UNPKG

@ginden/blinkstick-v2

Version:
9 lines 280 B
import { FeatureReportId } from '../../types'; /** * Determines report ID and number of LEDs for the report */ export declare function determineReportId(ledCount: number): { reportId: FeatureReportId; maxLeds: number; }; //# sourceMappingURL=determine-report-id.d.ts.map