9 lines
206 B
Plaintext
Executable File
9 lines
206 B
Plaintext
Executable File
module ruleHelper {
|
|
function md5(str) {
|
|
return org.bdware.sc.registry.RuleHelper.md5(str);
|
|
}
|
|
function edp(d1, d2) {
|
|
return org.bdware.sc.registry.RuleHelper.edp(d1, d2);
|
|
}
|
|
}
|