UNPKG

camstreamerlib

Version:

Helper library for CamStreamer ACAP applications.

7 lines (6 loc) 497 B
export declare const assertVersionString: (s: string, msg?: string) => void; export declare const isFirmwareVersionAtLeast: (version: string, compareVersion: string) => boolean; export declare const isVersionAtLeast: (version: string, compareVersion: string) => boolean; export declare const firmwareVersionCompare: (a: string, b: string) => 0 | 1 | -1; export declare const versionCompare: (a: string, b: string) => 0 | 1 | -1; export declare const fixVersionToDots: (version: string) => string;