Documentation / @facturometro/einvoice / identifiers / nlKvk
Function: nlKvk() ​
nlKvk(
value):boolean
Defined in: packages/validator/src/identifiers/nl.ts:19
A Dutch KVK number: eight digits.
Parameters ​
value ​
string
The identifier, whitespace-normalized.
Returns ​
boolean
true when the format matches.
Example ​
ts
import { nlKvk } from '@facturometro/validator';
nlKvk('12345678'); // true