Skip to content

Documentation / @facturometro/einvoice / IdentifierChecks

Type Alias: IdentifierChecks ​

IdentifierChecks = typeof identifiers

Defined in: packages/validator/src/engine/context.ts:90

The identifier checks the Schematron's u:* functions and inline tests perform, ported in the identifiers/ modules.

Example ​

ts
import type { IdentifierChecks } from '@facturometro/validator';

const check = (ids: IdentifierChecks) => ids.gln('5901234123457');

MIT licensed. Specification artefacts belong to OpenPEPPOL, CEN and OASIS.