Documentation / @facturometro/einvoice / SPEC
Variable: SPEC ​
constSPEC:Readonly<Record<"cen"|"cenTests"|"peppol"|"release",string>>
Defined in: packages/validator/src/rulesets/en16931.ts:56
The specification versions the built-in rulesets implement.
cen is the version the EN 16931 Schematron embedded in the Peppol release declares (the copy Peppol validators run); cenTests the CEN repository tag that supplies the unit-test corpus.
Example ​
ts
import { SPEC } from '@facturometro/validator';
SPEC; // { cen: '1.3.15', cenTests: '1.3.16', peppol: '3.0.21', release: '2026-05' }