UNPKG

augnitosdk

Version:

AugnitoSDK lets you make use of the Speech Recognition AI. You can edit, format and complete reports at the speed of human speech, with the best-in-class accuracy

12 lines (11 loc) 389 B
export declare class Guard { private static instance; private constructor(); static get Against(): Guard; NullOrUndefined<T>(value: T | undefined, paramName: string): T; NullOrEmpty<T>(value: T | undefined, paramName: string): T; Enums<T extends { [s: string]: unknown; }>(e: T, value: any, enumName: string): void; private isSomeEnum; }