UNPKG

mira-app-core

Version:

Core library for Mira TypeScript project - provides base functionality without auto-execution

9 lines 326 B
/** * 获取目录下的librarys.json文件内容 * @param dirPath 目录路径 * @returns 返回解析后的JSON对象 * @throws 当文件不存在或JSON解析失败时抛出错误 */ declare function getLibrarysJson(dirPath?: string): Promise<any>; export { getLibrarysJson }; //# sourceMappingURL=LibraryList.d.ts.map