同步代码
This commit is contained in:
2
types/Common/eval.d.ts
vendored
2
types/Common/eval.d.ts
vendored
@@ -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
|
Reference in New Issue
Block a user