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