UNPKG
mira-app-core
Version:
latest (1.0.24)
1.0.24
1.0.23
1.0.21
1.0.20
1.0.19
1.0.17
1.0.16
1.0.15
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Core library for Mira TypeScript project - provides base functionality without auto-execution
mira-app-core
/
dist
/
LibraryList.d.ts
9 lines
•
326 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * 获取目录下的librarys.json文件内容 *
@param
dirPath 目录路径 *
@returns
返回解析后的JSON对象 *
@throws
当文件不存在或JSON解析失败时抛出错误 */
declare
function
getLibrarysJson
(
dirPath
?:
string
):
Promise
<
any
>;
export
{ getLibrarysJson };
//# sourceMappingURL=LibraryList.d.ts.map