同步代码

This commit is contained in:
ChenX
2023-08-07 14:56:19 +08:00
parent b535db4ba8
commit 2adf047675
244 changed files with 3542 additions and 1255 deletions

View File

@@ -11,6 +11,6 @@ export declare function CheckExpr(expr: string, params: any): {
res: any;
error: any;
};
/**解析大括号内的 */
/**解析大括号内的表达式 */
export declare function ParseExpr(expr: string, params?: {}): string;
//# sourceMappingURL=eval.d.ts.map