Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 371 Bytes

readme.md

File metadata and controls

24 lines (16 loc) · 371 Bytes

personnummer Build Status

Validate Swedish personal identity numbers.

Install the module with dub:

dub add personnummer

Example

import personnummer;

void main() {
    Personnummer.valid("198507099805")
    // => true
}

License

MIT