UNPKG

jamis

Version:

一种支持通过JSON配置方式生成页面的组件库

5 lines (4 loc) 191 B
/** * 文件智能体, 模仿 Node.js中fs或者BrowserFS/ZenFS提供便捷的文件访问和操作能力, 底层基于pocketbase */ export declare const invokeFileSystemAgent: () => void;