This website works better with JavaScript
Home
Explore
Help
Sign In
jztd
/
yvan-ext
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
8.3
master
mini-bundle
qdzc
yvan-ext
/
dist
/
lib
/
systemLibEval.d.ts
systemLibEval.d.ts
102 B
Permalink
History
Raw
1
2
3
4
/**
* 用于计算 express 表达式
*/
export function evalFunction(data: any, express: any): any;