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

7 lines (6 loc) 235 B
declare abstract class Logger { private static readonly defaultTag; static log(message: string | any | any[], tag?: string): void; static error(message: string | any | any[], tag?: string): void; } export { Logger };