UNPKG

@neurosity/sdk

Version:
6 lines (5 loc) 350 B
export declare const prefix = "Neurosity SDK: "; export declare const mustSelectDevice: Error; export declare const metricNotSupportedByModel: (metric: string, modelVersion: string) => Error; export declare const locationNotFound: (location: string, modelVersion: string) => Error; export declare const exceededMaxItems: (maxItems: number) => Error;