UNPKG
@agentkai/browser
Version:
latest (3.10.0)
3.10.0
3.9.0
3.7.0
3.6.0
3.5.0
3.4.0
3.3.0
3.2.0
3.1.0
3.0.0
2.1.5
2.1.4
2.1.3
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
AgentKai的浏览器环境特定实现
github.com/Peiiii/AgentKai
Peiiii/AgentKai
@agentkai/browser
/
dist
/
services
/
config.service.d.ts
10 lines
•
327 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import { BaseConfigService, PlatformServices } from
'@agentkai/core'
;
/** * 配置服务,用于管理所有配置 */
export declare
class
ConfigService
extends
BaseConfigService
{ getPlatform(): PlatformServices; ensureDirExists(): void; private checkAndCreateDir; } //
# sourceMappingURL=config.service.d.ts.map