Validate Swedish personal identity numbers
npm install personnummerValidate Swedish personal identity numbers.
Install the module with npm:
```
npm install --save personnummer
`javascript
import Personnummer from 'personnummer';
Personnummer.valid('198507099805')
//=> true
``
See test.ts for more examples.
MIT