UNPKG

@tb-app/web-view-api

Version:
10 lines (9 loc) 184 B
/** * 获取保存的文件信息 */ export default function getSavedFileInfo(options: { apFilePath: string; }): Promise<{ size: number; createTime: number; }>;