UNPKG
@webf/rule
Version:
latest (1.0.1)
1.0.1
1.0.0
0.1.4
0.1.3
0.1.2
0.1.0
Business rule validation library
github.com/webf-run/rule
webf-run/rule
@webf/rule
/
dist
/
error.d.ts
5 lines
•
139 B
TypeScript
View Raw
1
2
3
4
5
export
declare
class
RuleError
extends
Error
{
ruleKey
:
string
;
constructor
(
ruleKey
:
string
); }
//# sourceMappingURL=error.d.ts.map