UNPKG

@khs1994/tencent-ai

Version:
15 lines (14 loc) 438 B
export default abstract class AbstractTencentAI { readonly appKey: string; readonly appId: string | number; readonly proxy: string; isWx: boolean; isDeno: boolean; isBrowser: boolean; isNode: boolean; runtime: string; supportFetch: boolean; version: string; constructor(appKey: string, appId: string | number, proxy?: string); readFileSync(file: string, limit?: number): Promise<string>; }