Validate Swedish organization numbers
npm install organisationsnummerValidate Swedish organization numbers. Follows version 1.1 of the specification.
Install the module with npm:
```
npm install --save organisationsnummer
`javascript
import Organisationsnummer from 'organisationsnummer';
Organisationsnummer.valid('202100-5489');
//=> true
``
See test.ts for more examples.
MIT