UNPKG
dpevalidator
Version:
latest (1.3.4)
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
A Javascript library to validate a DPE
github.com/RedFroggy/dpe-validator
RedFroggy/dpe-validator
dpevalidator
/
index.d.ts
12 lines
(9 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
declare namespace DpeValidator {
class
DpeValidator
{ validate(dpe: FullDpe): ValidationError[]; }
class
DpeComparator
{ compare(firstDpe: FullDpe, secondDpe: FullDpe): ValidationError[]; } } export = DpeValidator;