更新包

This commit is contained in:
ChenX
2025-04-01 14:56:29 +08:00
parent dccd6ec73e
commit b08fc5ee5e
164 changed files with 7504 additions and 4655 deletions

View File

@@ -7,6 +7,7 @@
*/
export declare function eval2(expr: string, params?: {}, defaultParam?: string): number;
export declare function safeEval(expr: string, params?: {}, defaultParam?: string): number;
export declare function safeEval2(expr: string, params?: {}, defaultParam?: string, defaultValue?: number): number;
export declare function CheckExpr(expr: string, params: any): {
res: any;
error: any;