@microsoft/teams-ai
Version:
SDK focused on building AI based applications for Microsoft Teams.
19 lines • 557 B
TypeScript
/**
* @module teams-ai
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
/**
* @private
*/
export declare class Colorize {
static error(error: Error | string): string;
static output(output: object | string, quote?: string, units?: string): string;
static success(message: string): string;
static title(title: string): string;
static value(field: string, value: any, units?: string): string;
static warning(warning: string): string;
}
//# sourceMappingURL=Colorize.d.ts.map