同步代码

This commit is contained in:
ChenX
2023-10-13 09:52:24 +08:00
parent 9c91cdaec4
commit 5cc4e64b73
43 changed files with 3245 additions and 2554 deletions

View File

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